#976400

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

Shades of Golden Brown #976400

Tints of Golden Brown #976400

Color information

#976400 (or 0x976400) is unknown color: approx Golden Brown. HEX triplet: 97, 64 and 00. RGB value is (151,100,0). Sum of RGB (Red+Green+Blue) = 151+100+0=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #976400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976400 is #689BFF. Grayscale: #686868. Windows color (decimal): -6855680 or 25751. OLE color: 25751.

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

Color convert

RGB1511000-
CMYK00.3410.41
HSL39.74º100%29.61%-
HSV(B)39.74º100%59.22%-
XYZ17.3215.692.12-
YUV103.8569.4161.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.16%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.16%
G=39.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151100000.3410.4139.7410029.61
Hex97640022642928641e
Octal2271440042144515014436
Binary100101111100100001000101100100101001101000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976400; }

 p { color: rgb(151,100,0); }

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

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

 a { background-color: rgb(151,100,0); }

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

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

 span { border-color: rgb(151,100,0); }

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