#9C5605

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

Shades of Golden Brown #9C5605

Tints of Golden Brown #9C5605

Color information

#9C5605 (or 0x9C5605) is unknown color: approx Golden Brown. HEX triplet: 9C, 56 and 05. RGB value is (156,86,5). Sum of RGB (Red+Green+Blue) = 156+86+5=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5605 is #63A9FA. Grayscale: #626262. Windows color (decimal): -6531579 or 349852. OLE color: 349852.

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

Color convert

RGB156865-
CMYK00.450.970.39
HSL32.19º93.79%31.57%-
HSV(B)32.19º96.79%61.18%-
XYZ17.0713.731.9-
YUV97.775.69169.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.16%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=63.16%
G=34.82%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15686500.450.970.3932.1993.7931.57
Hex9C56502D6127205e20
Octal2341265055141474013640
Binary100111001010110101010110111000011001111000001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,86,5); }

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

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

 a { background-color: rgb(156,86,5); }

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

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

 span { border-color: rgb(156,86,5); }

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