#9C6912

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

Shades of Golden Brown #9C6912

Tints of Golden Brown #9C6912

Color information

#9C6912 (or 0x9C6912) is unknown color: approx Golden Brown. HEX triplet: 9C, 69 and 12. RGB value is (156,105,18). Sum of RGB (Red+Green+Blue) = 156+105+18=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6912 is #6396ED. Grayscale: #6E6E6E. Windows color (decimal): -6526702 or 1206684. OLE color: 1206684.

HSL color Cylindrical-coordinate representation of color #9C6912: hue angle of 37.83º 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 #9C6912 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB15610518-
CMYK00.330.880.39
HSL37.83º79.31%34.12%-
HSV(B)37.83º88.46%61.18%-
XYZ18.8717.212.9-
YUV110.3375.9160.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.91%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 18 (7.42% from 255) = 6.45%
R=55.91%
G=37.63%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561051800.330.880.3937.8379.3134.12
Hex9C69120215827264f22
Octal23415122041130474611742
Binary10011100110100110010010000110110001001111001101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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