#976F0F

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

Shades of Golden Brown #976F0F

Tints of Golden Brown #976F0F

Color information

#976F0F (or 0x976F0F) is unknown color: approx Golden Brown. HEX triplet: 97, 6F and 0F. RGB value is (151,111,15). Sum of RGB (Red+Green+Blue) = 151+111+15=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #976F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976F0F is #6890F0. Grayscale: #707070. Windows color (decimal): -6852849 or 1011607. OLE color: 1011607.

HSL color Cylindrical-coordinate representation of color #976F0F: hue angle of 42.35º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #976F0F is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB15111115-
CMYK00.260.900.41
HSL42.35º81.93%32.55%-
HSV(B)42.35º90.07%59.22%-
XYZ18.5317.982.95-
YUV112.0273.25155.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.51%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 15 (6.25% from 255) = 5.42%
R=54.51%
G=40.07%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511111500.260.900.4142.3581.9332.55
Hex976FF01A5A292a5221
Octal22715717032132515212241
Binary100101111101111111101101010110101010011010101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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