#9C6B03

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

Shades of Golden Brown #9C6B03

Tints of Golden Brown #9C6B03

Color information

#9C6B03 (or 0x9C6B03) is unknown color: approx Golden Brown. HEX triplet: 9C, 6B and 03. RGB value is (156,107,3). Sum of RGB (Red+Green+Blue) = 156+107+3=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6B03 is #6394FC. Grayscale: #6E6E6E. Windows color (decimal): -6526205 or 224156. OLE color: 224156.

HSL color Cylindrical-coordinate representation of color #9C6B03: hue angle of 40.78º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C6B03 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.39.

Color convert

RGB1561073-
CMYK00.310.980.39
HSL40.78º96.23%31.18%-
HSV(B)40.78º98.08%61.18%-
XYZ18.9817.592.48-
YUV109.867.73160.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.65%
GREEN value IS 107 (42.19% from 255) = 40.23%
BLUE value IS 3 (1.56% from 255) = 1.13%
R=58.65%
G=40.23%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156107300.310.980.3940.7896.2331.18
Hex9C6B301F622729601f
Octal2341533037142475114037
Binary100111001101011110111111100010100111101001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,107,3); }

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

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

 a { background-color: rgb(156,107,3); }

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

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

 span { border-color: rgb(156,107,3); }

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