#9C6706

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

Shades of Golden Brown #9C6706

Tints of Golden Brown #9C6706

Color information

#9C6706 (or 0x9C6706) is unknown color: approx Golden Brown. HEX triplet: 9C, 67 and 06. RGB value is (156,103,6). Sum of RGB (Red+Green+Blue) = 156+103+6=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6706 is #6398F9. Grayscale: #6C6C6C. Windows color (decimal): -6527226 or 419740. OLE color: 419740.

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

Color convert

RGB1561036-
CMYK00.340.960.39
HSL38.8º92.59%31.76%-
HSV(B)38.8º96.15%61.18%-
XYZ18.5916.782.43-
YUV107.7970.56162.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.87%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 6 (2.73% from 255) = 2.26%
R=58.87%
G=38.87%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156103600.340.960.3938.892.5931.76
Hex9C6760226027275d20
Octal2341476042140474713540
Binary100111001100111110010001011000001001111001111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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