#976A01

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

Shades of Golden Brown #976A01

Tints of Golden Brown #976A01

Color information

#976A01 (or 0x976A01) is unknown color: approx Golden Brown. HEX triplet: 97, 6A and 01. RGB value is (151,106,1). Sum of RGB (Red+Green+Blue) = 151+106+1=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #976A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976A01 is #6895FE. Grayscale: #6B6B6B. Windows color (decimal): -6854143 or 92823. OLE color: 92823.

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

Color convert

RGB1511061-
CMYK00.300.990.41
HSL42º98.68%29.8%-
HSV(B)42º99.34%59.22%-
XYZ17.9216.892.34-
YUV107.4867.91159.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.53%
GREEN value IS 106 (41.80% from 255) = 41.09%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=58.53%
G=41.09%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151106100.300.990.414298.6829.8
Hex976A101E63292a631e
Octal2271521036143515214336
Binary10010111110101010111101100011101001101010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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