#976E12

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

Shades of Golden Brown #976E12

Tints of Golden Brown #976E12

Color information

#976E12 (or 0x976E12) is unknown color: approx Golden Brown. HEX triplet: 97, 6E and 12. RGB value is (151,110,18). Sum of RGB (Red+Green+Blue) = 151+110+18=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #976E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976E12 is #6891ED. Grayscale: #707070. Windows color (decimal): -6853102 or 1207959. OLE color: 1207959.

HSL color Cylindrical-coordinate representation of color #976E12: hue angle of 41.5º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #976E12 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB15111018-
CMYK00.270.880.41
HSL41.5º78.7%33.14%-
HSV(B)41.5º88.08%59.22%-
XYZ18.4517.773.03-
YUV111.7775.08155.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.12%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 18 (7.42% from 255) = 6.45%
R=54.12%
G=39.43%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511101800.270.880.4141.578.733.14
Hex976E1201B58292a4f21
Octal22715622033130515211741
Binary1001011111011101001001101110110001010011010101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976E12; }

 p { color: rgb(151,110,18); }

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

<style>
 a { background-color: #976E12; }

 a { background-color: rgb(151,110,18); }

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

<style>
 span { border-color: #976E12; }

 span { border-color: rgb(151,110,18); }

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