#976B15

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

Shades of Golden Brown #976B15

Tints of Golden Brown #976B15

Color information

#976B15 (or 0x976B15) is unknown color: approx Golden Brown. HEX triplet: 97, 6B and 15. RGB value is (151,107,21). Sum of RGB (Red+Green+Blue) = 151+107+21=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #976B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976B15 is #6894EA. Grayscale: #6E6E6E. Windows color (decimal): -6853867 or 1403799. OLE color: 1403799.

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

Color convert

RGB15110721-
CMYK00.290.860.41
HSL39.69º75.58%33.73%-
HSV(B)39.69º86.09%59.22%-
XYZ18.1617.153.06-
YUV110.3577.58156.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.12%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 21 (8.59% from 255) = 7.53%
R=54.12%
G=38.35%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511072100.290.860.4139.6975.5833.73
Hex976B1501D5629284c22
Octal22715325035126515011442
Binary1001011111010111010101110110101101010011010001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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