#9C6C1E

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

Shades of Golden Brown #9C6C1E

Tints of Golden Brown #9C6C1E

Color information

#9C6C1E (or 0x9C6C1E) is unknown color: approx Golden Brown. HEX triplet: 9C, 6C and 1E. RGB value is (156,108,30). Sum of RGB (Red+Green+Blue) = 156+108+30=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6C1E is #6393E1. Grayscale: #717171. Windows color (decimal): -6525922 or 1993884. OLE color: 1993884.

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

Color convert

RGB15610830-
CMYK00.310.810.39
HSL37.14º67.74%36.47%-
HSV(B)37.14º80.77%61.18%-
XYZ19.3117.893.66-
YUV113.4680.9158.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.06%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 30 (12.11% from 255) = 10.20%
R=53.06%
G=36.73%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561083000.310.810.3937.1467.7436.47
Hex9C6C1E01F5127254424
Octal23415436037121474510444
Binary1001110011011001111001111110100011001111001011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,108,30); }

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

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

 a { background-color: rgb(156,108,30); }

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

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

 span { border-color: rgb(156,108,30); }

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