#9E4206

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

Shades of Saddle Brown #9E4206

Tints of Saddle Brown #9E4206

Color information

#9E4206 (or 0x9E4206) is unknown color: approx Saddle Brown. HEX triplet: 9E, 42 and 06. RGB value is (158,66,6). Sum of RGB (Red+Green+Blue) = 158+66+6=230 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.70% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4206 is #61BDF9. Grayscale: #575757. Windows color (decimal): -6405626 or 410270. OLE color: 410270.

HSL color Cylindrical-coordinate representation of color #9E4206: hue angle of 23.68º 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 #9E4206 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB158666-
CMYK00.580.960.38
HSL23.68º92.68%32.16%-
HSV(B)23.68º96.2%61.96%-
XYZ16.0811.181.48-
YUV86.6782.48178.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 68.70%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 6 (2.73% from 255) = 2.61%
R=68.70%
G=28.70%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15866600.580.960.3823.6892.6832.16
Hex9E42603A6026185d20
Octal2361026072140463013540
Binary10011110100001011001110101100000100110110001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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