Html Css Color HEX #956E20 Corn Harvest

📋 copy color: '#956E20'

red 149 ◦ green 110 ◦ blue 32

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

Shades of Corn Harvest #956E20

Tints of Corn Harvest #956E20

RGB

 RED value IS 149 (58.59% from 255) = 51.2%

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

 BLUE value IS 32 (12.89% from 255) = 11%

R = 51.2%
G = 37.8%
B = 11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#956E20 (or 0x956E20) is known color: Corn Harvest. HEX triplet: 95, 6E and 20. RGB value is (149,110,32). Sum of RGB (Red+Green+Blue) = 149+110+32=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #956E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E20 is #6A91DF. Grayscale: #717171. Windows color (decimal): -6984160 or 2125461. OLE color: 2125461.

HSL color Cylindrical-coordinate representation of color #956E20: hue angle of 40º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #956E20 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 110 32 -
CMYK 0 0.26 0.79 0.42
HSL 40º 0.65% 0.35% -
HSV(B) 40º 0.79% 0.58% -
XYZ 18.23 17.65 3.81 -
YUV 112.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 149 110 32 0 0.26 0.79 0.42 40 0.65 0.35
Hex 95 6E 20 0 1A 4F 2A 28 41 23
Octal 225 156 40 0 32 117 52 50 101 43
Binary 10010101 1101110 100000 0 11010 1001111 101010 101000 1000001 100011

Color Harmonies of #956E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E20

Black with #956E20

Text Example


Text Example

White with #956E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956E20; }

 p { color: rgb(149,110,32); }

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

background-color css

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

 a { background-color: rgb(149,110,32); }

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

border-color css

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

 span { border-color: rgb(149,110,32); }

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