Html Css Color HEX #967221 Corn Harvest

📋 copy color: '#967221'

red 150 ◦ green 114 ◦ blue 33

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

Shades of Corn Harvest #967221

Tints of Corn Harvest #967221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.38%

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

R = 50.51%
G = 38.38%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#967221 (or 0x967221) is known color: Corn Harvest. HEX triplet: 96, 72 and 21. RGB value is (150,114,33). Sum of RGB (Red+Green+Blue) = 150+114+33=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #967221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967221 is #698DDE. Grayscale: #737373. Windows color (decimal): -6917599 or 2192022. OLE color: 2192022.

HSL color Cylindrical-coordinate representation of color #967221: hue angle of 41.54º 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 #967221 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 114 33 -
CMYK 0 0.24 0.78 0.41
HSL 41.54º 0.64% 0.36% -
HSV(B) 41.54º 0.78% 0.59% -
XYZ 18.87 18.63 4.04 -
YUV 115.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 150 114 33 0 0.24 0.78 0.41 41.54 0.64 0.36
Hex 96 72 21 0 18 4E 29 2A 40 24
Octal 226 162 41 0 30 116 51 52 100 44
Binary 10010110 1110010 100001 0 11000 1001110 101001 101010 1000000 100100

Color Harmonies of #967221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967221

Black with #967221

Text Example


Text Example

White with #967221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967221; }

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

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

background-color css

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

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

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

border-color css

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

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

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