#952406

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

Shades of Mandarian Orange #952406

Tints of Mandarian Orange #952406

Color information

#952406 (or 0x952406) is unknown color: approx Mandarian Orange. HEX triplet: 95, 24 and 06. RGB value is (149,36,6). Sum of RGB (Red+Green+Blue) = 149+36+6=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #952406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952406 is #6ADBF9. Grayscale: #424242. Windows color (decimal): -7003130 or 402581. OLE color: 402581.

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

Color convert

RGB149366-
CMYK00.760.960.42
HSL12.59º92.26%30.39%-
HSV(B)12.59º95.97%58.43%-
XYZ13.067.660.96-
YUV66.3793.94186.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 78.01%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 6 (2.73% from 255) = 3.14%
R=78.01%
G=18.85%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14936600.760.960.4212.5992.2630.39
Hex9524604C602Ad5c1e
Octal2254460114140521513436
Binary100101011001001100100110011000001010101101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952406; }

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

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

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

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

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

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

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

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