#976F15

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

Shades of Golden Brown #976F15

Tints of Golden Brown #976F15

Color information

#976F15 (or 0x976F15) is unknown color: approx Golden Brown. HEX triplet: 97, 6F and 15. RGB value is (151,111,21). Sum of RGB (Red+Green+Blue) = 151+111+21=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #976F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976F15 is #6890EA. Grayscale: #717171. Windows color (decimal): -6852843 or 1404823. OLE color: 1404823.

HSL color Cylindrical-coordinate representation of color #976F15: hue angle of 41.54º 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 #976F15 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB15111121-
CMYK00.260.860.41
HSL41.54º75.58%33.73%-
HSV(B)41.54º86.09%59.22%-
XYZ18.58183.2-
YUV112.776.25155.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.36%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 21 (8.59% from 255) = 7.42%
R=53.36%
G=39.22%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511112100.260.860.4141.5475.5833.73
Hex976F1501A56292a4c22
Octal22715725032126515211442
Binary1001011111011111010101101010101101010011010101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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