Html Css Color HEX #976F20 Corn Harvest

📋 copy color: '#976F20'

red 151 ◦ green 111 ◦ blue 32

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

Shades of Corn Harvest #976F20

Tints of Corn Harvest #976F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.76%

 BLUE value IS 32 (12.89% from 255) = 10.88%

R = 51.36%
G = 37.76%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#976F20 (or 0x976F20) is known color: Corn Harvest. HEX triplet: 97, 6F and 20. RGB value is (151,111,32). Sum of RGB (Red+Green+Blue) = 151+111+32=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #976F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F20 is #6890DF. Grayscale: #727272. Windows color (decimal): -6852832 or 2125719. OLE color: 2125719.

HSL color Cylindrical-coordinate representation of color #976F20: hue angle of 39.83º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #976F20 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 111 32 -
CMYK 0 0.26 0.79 0.41
HSL 39.83º 0.65% 0.36% -
HSV(B) 39.83º 0.79% 0.59% -
XYZ 18.71 18.05 3.86 -
YUV 113.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 151 111 32 0 0.26 0.79 0.41 39.83 0.65 0.36
Hex 97 6F 20 0 1A 4F 29 28 41 24
Octal 227 157 40 0 32 117 51 50 101 44
Binary 10010111 1101111 100000 0 11010 1001111 101001 101000 1000001 100100

Color Harmonies of #976F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F20

Black with #976F20

Text Example


Text Example

White with #976F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,111,32); }

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

background-color css

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

 a { background-color: rgb(151,111,32); }

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

border-color css

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

 span { border-color: rgb(151,111,32); }

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