#9C5B06

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

Shades of Golden Brown #9C5B06

Tints of Golden Brown #9C5B06

Color information

#9C5B06 (or 0x9C5B06) is unknown color: approx Golden Brown. HEX triplet: 9C, 5B and 06. RGB value is (156,91,6). Sum of RGB (Red+Green+Blue) = 156+91+6=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5B06 is #63A4F9. Grayscale: #656565. Windows color (decimal): -6530298 or 416668. OLE color: 416668.

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

Color convert

RGB156916-
CMYK00.420.960.39
HSL34º92.59%31.76%-
HSV(B)34º96.15%61.18%-
XYZ17.4814.562.06-
YUV100.7474.53167.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.66%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 6 (2.73% from 255) = 2.37%
R=61.66%
G=35.97%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15691600.420.960.393492.5931.76
Hex9C5B602A6027225d20
Octal2341336052140474213540
Binary100111001011011110010101011000001001111000101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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