#976B02

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

Shades of Golden Brown #976B02

Tints of Golden Brown #976B02

Color information

#976B02 (or 0x976B02) is unknown color: approx Golden Brown. HEX triplet: 97, 6B and 02. RGB value is (151,107,2). Sum of RGB (Red+Green+Blue) = 151+107+2=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #976B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976B02 is #6894FD. Grayscale: #6C6C6C. Windows color (decimal): -6853886 or 158615. OLE color: 158615.

HSL color Cylindrical-coordinate representation of color #976B02: hue angle of 42.28º degrees, saturation: 0.97, 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 #976B02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB1511072-
CMYK00.290.990.41
HSL42.28º97.39%30%-
HSV(B)42.28º98.68%59.22%-
XYZ18.0317.12.41-
YUV108.1968.08158.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.08%
GREEN value IS 107 (42.19% from 255) = 41.15%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=58.08%
G=41.15%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151107200.290.990.4142.2897.3930
Hex976B201D63292a611e
Octal2271532035143515214136
Binary100101111101011100111011100011101001101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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