#956f24

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

Shades of Corn Harvest #956F24

Tints of Corn Harvest #956F24

Color information

#956F24 (or 0x956F24) is unknown color: approx Corn Harvest. HEX triplet: 95, 6F and 24. RGB value is (149,111,36). Sum of RGB (Red+Green+Blue) = 149+111+36=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #956F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F24 is #6A90DB. Grayscale: #727272. Windows color (decimal): -6983900 or 2387861. OLE color: 2387861.

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

Color convert

RGB14911136-
CMYK00.260.760.42
HSL39.82º61.08%36.27%-
HSV(B)39.82º75.84%58.43%-
XYZ18.417.894.15-
YUV113.8184.09153.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 36 (14.45% from 255) = 12.16%
R=50.34%
G=37.5%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491113600.260.760.4239.8261.0836.27
Hex956F2401A4C2A283d24
Octal2251574403211452507544
Binary1001010111011111001000110101001100101010101000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956f24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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