Html Css Color HEX #966E24 Corn Harvest

📋 copy color: '#966E24'

red 150 ◦ green 110 ◦ blue 36

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

Shades of Corn Harvest #966E24

Tints of Corn Harvest #966E24

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.16%

 BLUE value IS 36 (14.45% from 255) = 12.16%

R = 50.68%
G = 37.16%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#966E24 (or 0x966E24) is known color: Corn Harvest. HEX triplet: 96, 6E and 24. RGB value is (150,110,36). Sum of RGB (Red+Green+Blue) = 150+110+36=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #966E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E24 is #6991DB. Grayscale: #717171. Windows color (decimal): -6918620 or 2387606. OLE color: 2387606.

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

Color convert

RGB 150 110 36 -
CMYK 0 0.27 0.76 0.41
HSL 38.95º 0.61% 0.36% -
HSV(B) 38.95º 0.76% 0.59% -
XYZ 18.47 17.76 4.12 -
YUV 113.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 150 110 36 0 0.27 0.76 0.41 38.95 0.61 0.36
Hex 96 6E 24 0 1B 4C 29 27 3D 24
Octal 226 156 44 0 33 114 51 47 75 44
Binary 10010110 1101110 100100 0 11011 1001100 101001 100111 111101 100100

Color Harmonies of #966E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E24

Black with #966E24

Text Example


Text Example

White with #966E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,110,36); }

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

background-color css

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

 a { background-color: rgb(150,110,36); }

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

border-color css

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

 span { border-color: rgb(150,110,36); }

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