Html Css Color HEX #956D20 Corn Harvest

📋 copy color: '#956D20'

red 149 ◦ green 109 ◦ blue 32

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

Shades of Corn Harvest #956D20

Tints of Corn Harvest #956D20

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.59%

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

R = 51.38%
G = 37.59%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#956D20 (or 0x956D20) is known color: Corn Harvest. HEX triplet: 95, 6D and 20. RGB value is (149,109,32). Sum of RGB (Red+Green+Blue) = 149+109+32=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #956D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D20 is #6A92DF. Grayscale: #707070. Windows color (decimal): -6984416 or 2125205. OLE color: 2125205.

HSL color Cylindrical-coordinate representation of color #956D20: hue angle of 39.49º 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 #956D20 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 109 32 -
CMYK 0 0.27 0.79 0.42
HSL 39.49º 0.65% 0.35% -
HSV(B) 39.49º 0.79% 0.58% -
XYZ 18.12 17.43 3.78 -
YUV 112.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 149 109 32 0 0.27 0.79 0.42 39.49 0.65 0.35
Hex 95 6D 20 0 1B 4F 2A 27 41 23
Octal 225 155 40 0 33 117 52 47 101 43
Binary 10010101 1101101 100000 0 11011 1001111 101010 100111 1000001 100011

Color Harmonies of #956D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D20

Black with #956D20

Text Example


Text Example

White with #956D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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