#9C3E06

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

Shades of Saddle Brown #9C3E06

Tints of Saddle Brown #9C3E06

Color information

#9C3E06 (or 0x9C3E06) is unknown color: approx Saddle Brown. HEX triplet: 9C, 3E and 06. RGB value is (156,62,6). Sum of RGB (Red+Green+Blue) = 156+62+6=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3E06 is #63C1F9. Grayscale: #545454. Windows color (decimal): -6537722 or 409244. OLE color: 409244.

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

Color convert

RGB156626-
CMYK00.600.960.39
HSL22.4º92.59%31.76%-
HSV(B)22.4º96.15%61.18%-
XYZ15.4710.531.39-
YUV83.7284.14179.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.64%
GREEN value IS 62 (24.61% from 255) = 27.68%
BLUE value IS 6 (2.73% from 255) = 2.68%
R=69.64%
G=27.68%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15662600.600.960.3922.492.5931.76
Hex9C3E603C6027165d20
Octal234766074140472613540
Binary1001110011111011001111001100000100111101101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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