#9E3E06

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

Shades of Saddle Brown #9E3E06

Tints of Saddle Brown #9E3E06

Color information

#9E3E06 (or 0x9E3E06) is unknown color: approx Saddle Brown. HEX triplet: 9E, 3E and 06. RGB value is (158,62,6). Sum of RGB (Red+Green+Blue) = 158+62+6=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3E06 is #61C1F9. Grayscale: #545454. Windows color (decimal): -6406650 or 409246. OLE color: 409246.

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

Color convert

RGB158626-
CMYK00.610.960.38
HSL22.11º92.68%32.16%-
HSV(B)22.11º96.2%61.96%-
XYZ15.8610.731.41-
YUV84.3283.8180.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.91%
GREEN value IS 62 (24.61% from 255) = 27.43%
BLUE value IS 6 (2.73% from 255) = 2.65%
R=69.91%
G=27.43%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15862600.610.960.3822.1192.6832.16
Hex9E3E603D6026165d20
Octal236766075140462613540
Binary1001111011111011001111011100000100110101101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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