#976E06

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

Shades of Golden Brown #976E06

Tints of Golden Brown #976E06

Color information

#976E06 (or 0x976E06) is unknown color: approx Golden Brown. HEX triplet: 97, 6E and 06. RGB value is (151,110,6). Sum of RGB (Red+Green+Blue) = 151+110+6=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #976E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976E06 is #6891F9. Grayscale: #6E6E6E. Windows color (decimal): -6853114 or 421527. OLE color: 421527.

HSL color Cylindrical-coordinate representation of color #976E06: hue angle of 43.03º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #976E06 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB1511106-
CMYK00.270.960.41
HSL43.03º92.36%30.78%-
HSV(B)43.03º96.03%59.22%-
XYZ18.3717.742.63-
YUV110.469.08156.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.55%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 6 (2.73% from 255) = 2.25%
R=56.55%
G=41.20%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151110600.270.960.4143.0392.3630.78
Hex976E601B60292b5c1f
Octal2271566033140515313437
Binary1001011111011101100110111100000101001101011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,110,6); }

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

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

 a { background-color: rgb(151,110,6); }

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

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

 span { border-color: rgb(151,110,6); }

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