Html Css Color HEX #967222 Corn Harvest

📋 copy color: '#967222'

red 150 ◦ green 114 ◦ blue 34

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

Shades of Corn Harvest #967222

Tints of Corn Harvest #967222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 50.34%
G = 38.26%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#967222 (or 0x967222) is known color: Corn Harvest. HEX triplet: 96, 72 and 22. RGB value is (150,114,34). Sum of RGB (Red+Green+Blue) = 150+114+34=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #967222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967222 is #698DDD. Grayscale: #737373. Windows color (decimal): -6917598 or 2257558. OLE color: 2257558.

HSL color Cylindrical-coordinate representation of color #967222: hue angle of 41.38º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #967222 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 114 34 -
CMYK 0 0.24 0.77 0.41
HSL 41.38º 0.63% 0.36% -
HSV(B) 41.38º 0.77% 0.59% -
XYZ 18.88 18.63 4.11 -
YUV 115.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 150 114 34 0 0.24 0.77 0.41 41.38 0.63 0.36
Hex 96 72 22 0 18 4D 29 29 3F 24
Octal 226 162 42 0 30 115 51 51 77 44
Binary 10010110 1110010 100010 0 11000 1001101 101001 101001 111111 100100

Color Harmonies of #967222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967222

Black with #967222

Text Example


Text Example

White with #967222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967222; }

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

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

background-color css

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

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

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

border-color css

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

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

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