#962008

Color #962008 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #962008

Tints of Mandarian Orange #962008

Color information

#962008 (or 0x962008) is unknown color: approx Mandarian Orange. HEX triplet: 96, 20 and 08. RGB value is (150,32,8). Sum of RGB (Red+Green+Blue) = 150+32+8=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #962008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962008 is #69DFF7. Grayscale: #404040. Windows color (decimal): -6938616 or 532630. OLE color: 532630.

HSL color Cylindrical-coordinate representation of color #962008: hue angle of 10.14º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #962008 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB150328-
CMYK00.790.950.41
HSL10.14º89.87%30.98%-
HSV(B)10.14º94.67%58.82%-
XYZ13.147.530.99-
YUV64.5596.09188.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 78.95%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 8 (3.52% from 255) = 4.21%
R=78.95%
G=16.84%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15032800.790.950.4110.1489.8730.98
Hex9620804F5F29a5a1f
Octal22640100117137511213237
Binary1001011010000010000100111110111111010011010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962008; }

 p { color: rgb(150,32,8); }

 H1.HeaderClassName
 {
   color: #962008;
 }
 .AnyTagClassName
 {
   color: #962008;
 }
</style>
background-color css

<style>
 a { background-color: #962008; }

 a { background-color: rgb(150,32,8); }

 div.DivClassName
 {
   background-color: #962008;
 }
 .BgClassName
 {
   background-color: #962008;
 }
</style>
border-color css

<style>
 span { border-color: #962008; }

 span { border-color: rgb(150,32,8); }

 td.TdClassName
 {
   border-color: #962008;
 }
 .TagClassName
 {
   border-color: #962008;
 }
</style>