#976B16

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

Shades of Golden Brown #976B16

Tints of Golden Brown #976B16

Color information

#976B16 (or 0x976B16) is unknown color: approx Golden Brown. HEX triplet: 97, 6B and 16. RGB value is (151,107,22). Sum of RGB (Red+Green+Blue) = 151+107+22=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #976B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976B16 is #6894E9. Grayscale: #6E6E6E. Windows color (decimal): -6853866 or 1469335. OLE color: 1469335.

HSL color Cylindrical-coordinate representation of color #976B16: hue angle of 39.53º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #976B16 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB15110722-
CMYK00.290.850.41
HSL39.53º74.57%33.92%-
HSV(B)39.53º85.43%59.22%-
XYZ18.1717.153.11-
YUV110.4778.08156.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.93%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 22 (8.98% from 255) = 7.86%
R=53.93%
G=38.21%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511072200.290.850.4139.5374.5733.92
Hex976B1601D5529284b22
Octal22715326035125515011342
Binary1001011111010111011001110110101011010011010001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,107,22); }

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

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

 a { background-color: rgb(151,107,22); }

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

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

 span { border-color: rgb(151,107,22); }

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