Html Css Color HEX #976E00 Golden Brown

📋 copy color: '#976E00'

red 151 ◦ green 110 ◦ blue 0

#976E00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #976E00

Tints of Golden Brown #976E00

RGB

 RED value IS 151 (59.38% from 255) = 57.85%

 GREEN value IS 110 (43.36% from 255) = 42.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.85%
G = 42.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#976E00 (or 0x976E00) is known color: Golden Brown. HEX triplet: 97, 6E and 00. RGB value is (151,110,0). Sum of RGB (Red+Green+Blue) = 151+110+0=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #976E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976E00 is #6891FF. Grayscale: #6E6E6E. Windows color (decimal): -6853120 or 28311. OLE color: 28311.

HSL color Cylindrical-coordinate representation of color #976E00: hue angle of 43.71º 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 #976E00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 110 0 -
CMYK 0 0.27 1 0.41
HSL 43.71º 1% 0.3% -
HSV(B) 43.71º 1% 0.59% -
XYZ 18.34 17.73 2.46 -
YUV 109.72 66.08 157.44 -
System Red Green Blue C M Y K H S L
Decimal 151 110 0 0 0.27 1 0.41 43.71 1 0.3
Hex 97 6E 0 0 1B 64 29 2C 64 1E
Octal 227 156 0 0 33 144 51 54 144 36
Binary 10010111 1101110 0 0 11011 1100100 101001 101100 1100100 11110

Color Harmonies of #976E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E00

Black with #976E00

Text Example


Text Example

White with #976E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #976E00;
 }
 .AnyTagClassName
 {
   color: #976E00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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