Html Css Color HEX #966F21 Corn Harvest

📋 copy color: '#966F21'

red 150 ◦ green 111 ◦ blue 33

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

Shades of Corn Harvest #966F21

Tints of Corn Harvest #966F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.22%

R = 51.02%
G = 37.76%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#966F21 (or 0x966F21) is known color: Corn Harvest. HEX triplet: 96, 6F and 21. RGB value is (150,111,33). Sum of RGB (Red+Green+Blue) = 150+111+33=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #966F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F21 is #6990DE. Grayscale: #727272. Windows color (decimal): -6918367 or 2191254. OLE color: 2191254.

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

Color convert

RGB 150 111 33 -
CMYK 0 0.26 0.78 0.41
HSL 40º 0.64% 0.36% -
HSV(B) 40º 0.78% 0.59% -
XYZ 18.54 17.96 3.93 -
YUV 113.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 150 111 33 0 0.26 0.78 0.41 40 0.64 0.36
Hex 96 6F 21 0 1A 4E 29 28 40 24
Octal 226 157 41 0 32 116 51 50 100 44
Binary 10010110 1101111 100001 0 11010 1001110 101001 101000 1000000 100100

Color Harmonies of #966F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F21

Black with #966F21

Text Example


Text Example

White with #966F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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