#962406

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

Shades of Mandarian Orange #962406

Tints of Mandarian Orange #962406

Color information

#962406 (or 0x962406) is unknown color: approx Mandarian Orange. HEX triplet: 96, 24 and 06. RGB value is (150,36,6). Sum of RGB (Red+Green+Blue) = 150+36+6=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #962406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962406 is #69DBF9. Grayscale: #424242. Windows color (decimal): -6937594 or 402582. OLE color: 402582.

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

Color convert

RGB150366-
CMYK00.760.960.41
HSL12.5º92.31%30.59%-
HSV(B)12.5º96%58.82%-
XYZ13.247.760.97-
YUV66.6793.77187.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.12%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 6 (2.73% from 255) = 3.12%
R=78.12%
G=18.75%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15036600.760.960.4112.592.3130.59
Hex9624604C6029c5c1f
Octal2264460114140511413437
Binary100101101001001100100110011000001010011100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962406; }

 p { color: rgb(150,36,6); }

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

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

 a { background-color: rgb(150,36,6); }

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

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

 span { border-color: rgb(150,36,6); }

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