#9C5806

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

Shades of Golden Brown #9C5806

Tints of Golden Brown #9C5806

Color information

#9C5806 (or 0x9C5806) is unknown color: approx Golden Brown. HEX triplet: 9C, 58 and 06. RGB value is (156,88,6). Sum of RGB (Red+Green+Blue) = 156+88+6=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5806 is #63A7F9. Grayscale: #636363. Windows color (decimal): -6531066 or 415900. OLE color: 415900.

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

Color convert

RGB156886-
CMYK00.440.960.39
HSL32.8º92.59%31.76%-
HSV(B)32.8º96.15%61.18%-
XYZ17.2314.061.98-
YUV98.9875.53168.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.4%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 6 (2.73% from 255) = 2.4%
R=62.4%
G=35.2%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15688600.440.960.3932.892.5931.76
Hex9C58602C6027215d20
Octal2341306054140474113540
Binary100111001011000110010110011000001001111000011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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