#9C4506

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

Shades of Saddle Brown #9C4506

Tints of Saddle Brown #9C4506

Color information

#9C4506 (or 0x9C4506) is unknown color: approx Saddle Brown. HEX triplet: 9C, 45 and 06. RGB value is (156,69,6). Sum of RGB (Red+Green+Blue) = 156+69+6=231 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.53% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4506 is #63BAF9. Grayscale: #585858. Windows color (decimal): -6535930 or 411036. OLE color: 411036.

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

Color convert

RGB156696-
CMYK00.560.960.39
HSL25.2º92.59%31.76%-
HSV(B)25.2º96.15%61.18%-
XYZ15.8711.341.52-
YUV87.8381.82176.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 67.53%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=67.53%
G=29.87%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15669600.560.960.3925.292.5931.76
Hex9C4560386027195d20
Octal2341056070140473113540
Binary10011100100010111001110001100000100111110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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