Html Css Color HEX #966F20 Corn Harvest

📋 copy color: '#966F20'

red 150 ◦ green 111 ◦ blue 32

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

Shades of Corn Harvest #966F20

Tints of Corn Harvest #966F20

RGB

 RED value IS 150 (58.98% from 255) = 51.19%

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

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

R = 51.19%
G = 37.88%
B = 10.92%

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

#966F20 (or 0x966F20) is known color: Corn Harvest. HEX triplet: 96, 6F and 20. RGB value is (150,111,32). Sum of RGB (Red+Green+Blue) = 150+111+32=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #966F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F20 is #6990DF. Grayscale: #727272. Windows color (decimal): -6918368 or 2125718. OLE color: 2125718.

HSL color Cylindrical-coordinate representation of color #966F20: hue angle of 40.17º 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 #966F20 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 32 -
CMYK 0 0.26 0.79 0.41
HSL 40.17º 0.65% 0.36% -
HSV(B) 40.17º 0.79% 0.59% -
XYZ 18.52 17.96 3.86 -
YUV 113.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 150 111 32 0 0.26 0.79 0.41 40.17 0.65 0.36
Hex 96 6F 20 0 1A 4F 29 28 41 24
Octal 226 157 40 0 32 117 51 50 101 44
Binary 10010110 1101111 100000 0 11010 1001111 101001 101000 1000001 100100

Color Harmonies of #966F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F20

Black with #966F20

Text Example


Text Example

White with #966F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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