#976A11

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

Shades of Golden Brown #976A11

Tints of Golden Brown #976A11

Color information

#976A11 (or 0x976A11) is unknown color: approx Golden Brown. HEX triplet: 97, 6A and 11. RGB value is (151,106,17). Sum of RGB (Red+Green+Blue) = 151+106+17=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #976A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976A11 is #6895EE. Grayscale: #6D6D6D. Windows color (decimal): -6854127 or 1141399. OLE color: 1141399.

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

Color convert

RGB15110617-
CMYK00.300.890.41
HSL39.85º79.76%32.94%-
HSV(B)39.85º88.74%59.22%-
XYZ18.0216.932.85-
YUV109.3175.91157.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.11%
GREEN value IS 106 (41.80% from 255) = 38.69%
BLUE value IS 17 (7.03% from 255) = 6.20%
R=55.11%
G=38.69%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511061700.300.890.4139.8579.7632.94
Hex976A1101E5929285021
Octal22715221036131515012041
Binary1001011111010101000101111010110011010011010001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,106,17); }

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

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

 a { background-color: rgb(151,106,17); }

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

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

 span { border-color: rgb(151,106,17); }

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