#9C6A12

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

Shades of Golden Brown #9C6A12

Tints of Golden Brown #9C6A12

Color information

#9C6A12 (or 0x9C6A12) is unknown color: approx Golden Brown. HEX triplet: 9C, 6A and 12. RGB value is (156,106,18). Sum of RGB (Red+Green+Blue) = 156+106+18=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6A12 is #6395ED. Grayscale: #6F6F6F. Windows color (decimal): -6526446 or 1206940. OLE color: 1206940.

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

Color convert

RGB15610618-
CMYK00.320.880.39
HSL38.26º79.31%34.12%-
HSV(B)38.26º88.46%61.18%-
XYZ18.9717.422.93-
YUV110.9275.56160.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.71%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 18 (7.42% from 255) = 6.43%
R=55.71%
G=37.86%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561061800.320.880.3938.2679.3134.12
Hex9C6A120205827264f22
Octal23415222040130474611742
Binary10011100110101010010010000010110001001111001101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,106,18); }

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

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

 a { background-color: rgb(156,106,18); }

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

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

 span { border-color: rgb(156,106,18); }

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