#956F20

Color #956F20 Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #956F20

Tints of Corn Harvest #956F20

Color information

#956F20 (or 0x956F20) is unknown color: approx Corn Harvest. HEX triplet: 95, 6F and 20. RGB value is (149,111,32). Sum of RGB (Red+Green+Blue) = 149+111+32=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #956F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F20 is #6A90DF. Grayscale: #717171. Windows color (decimal): -6983904 or 2125717. OLE color: 2125717.

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

Color convert

RGB14911132-
CMYK00.260.790.42
HSL40.51º64.64%35.49%-
HSV(B)40.51º78.52%58.43%-
XYZ18.3417.863.85-
YUV113.3682.09153.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 32 (12.89% from 255) = 10.96%
R=51.03%
G=38.01%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491113200.260.790.4240.5164.6435.49
Hex956F2001A4F2A294123
Octal22515740032117525110143
Binary10010101110111110000001101010011111010101010011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #956F20;
 }
 .AnyTagClassName
 {
   color: #956F20;
 }
</style>
background-color css

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

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

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

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

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

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