#9E3C06

Color #9E3C06 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #9E3C06

Tints of Saddle Brown #9E3C06

Color information

#9E3C06 (or 0x9E3C06) is unknown color: approx Saddle Brown. HEX triplet: 9E, 3C and 06. RGB value is (158,60,6). Sum of RGB (Red+Green+Blue) = 158+60+6=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3C06 is #61C3F9. Grayscale: #535353. Windows color (decimal): -6407162 or 408734. OLE color: 408734.

HSL color Cylindrical-coordinate representation of color #9E3C06: hue angle of 21.32º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E3C06 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB158606-
CMYK00.620.960.38
HSL21.32º92.68%32.16%-
HSV(B)21.32º96.2%61.96%-
XYZ15.7510.511.37-
YUV83.1584.47181.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 70.54%
GREEN value IS 60 (23.83% from 255) = 26.79%
BLUE value IS 6 (2.73% from 255) = 2.68%
R=70.54%
G=26.79%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15860600.620.960.3821.3292.6832.16
Hex9E3C603E6026155d20
Octal236746076140462513540
Binary1001111011110011001111101100000100110101011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E3C06; }

 p { color: rgb(158,60,6); }

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

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

 a { background-color: rgb(158,60,6); }

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

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

 span { border-color: rgb(158,60,6); }

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