#9C5615

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

Shades of Golden Brown #9C5615

Tints of Golden Brown #9C5615

Color information

#9C5615 (or 0x9C5615) is unknown color: approx Golden Brown. HEX triplet: 9C, 56 and 15. RGB value is (156,86,21). Sum of RGB (Red+Green+Blue) = 156+86+21=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5615 is #63A9EA. Grayscale: #636363. Windows color (decimal): -6531563 or 1398428. OLE color: 1398428.

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

Color convert

RGB1568621-
CMYK00.450.870.39
HSL28.89º76.27%34.71%-
HSV(B)28.89º86.54%61.18%-
XYZ17.1713.782.46-
YUV99.5283.69168.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.32%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 21 (8.59% from 255) = 7.98%
R=59.32%
G=32.70%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156862100.450.870.3928.8976.2734.71
Hex9C561502D57271d4c23
Octal23412625055127473511443
Binary1001110010101101010101011011010111100111111011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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