#9C6611

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

Shades of Golden Brown #9C6611

Tints of Golden Brown #9C6611

Color information

#9C6611 (or 0x9C6611) is unknown color: approx Golden Brown. HEX triplet: 9C, 66 and 11. RGB value is (156,102,17). Sum of RGB (Red+Green+Blue) = 156+102+17=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6611 is #6399EE. Grayscale: #6C6C6C. Windows color (decimal): -6527471 or 1140380. OLE color: 1140380.

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

Color convert

RGB15610217-
CMYK00.350.890.39
HSL36.69º80.35%33.92%-
HSV(B)36.69º89.1%61.18%-
XYZ18.5616.612.76-
YUV108.4676.39161.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.73%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 17 (7.03% from 255) = 6.18%
R=56.73%
G=37.09%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561021700.350.890.3936.6980.3533.92
Hex9C66110235927255022
Octal23414621043131474512042
Binary10011100110011010001010001110110011001111001011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,102,17); }

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

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

 a { background-color: rgb(156,102,17); }

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

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

 span { border-color: rgb(156,102,17); }

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