Html Css Color HEX #966E23 Corn Harvest

📋 copy color: '#966E23'

red 150 ◦ green 110 ◦ blue 35

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

Shades of Corn Harvest #966E23

Tints of Corn Harvest #966E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.86%

R = 50.85%
G = 37.29%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#966E23 (or 0x966E23) is known color: Corn Harvest. HEX triplet: 96, 6E and 23. RGB value is (150,110,35). Sum of RGB (Red+Green+Blue) = 150+110+35=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #966E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E23 is #6991DC. Grayscale: #717171. Windows color (decimal): -6918621 or 2322070. OLE color: 2322070.

HSL color Cylindrical-coordinate representation of color #966E23: hue angle of 39.13º degrees, saturation: 0.62, 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 #966E23 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 110 35 -
CMYK 0 0.27 0.77 0.41
HSL 39.13º 0.62% 0.36% -
HSV(B) 39.13º 0.77% 0.59% -
XYZ 18.46 17.76 4.04 -
YUV 113.41 83.75 154.1 -
System Red Green Blue C M Y K H S L
Decimal 150 110 35 0 0.27 0.77 0.41 39.13 0.62 0.36
Hex 96 6E 23 0 1B 4D 29 27 3E 24
Octal 226 156 43 0 33 115 51 47 76 44
Binary 10010110 1101110 100011 0 11011 1001101 101001 100111 111110 100100

Color Harmonies of #966E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E23

Black with #966E23

Text Example


Text Example

White with #966E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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