#956C24

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

Shades of Corn Harvest #956C24

Tints of Corn Harvest #956C24

Color information

#956C24 (or 0x956C24) is unknown color: approx Corn Harvest. HEX triplet: 95, 6C and 24. RGB value is (149,108,36). Sum of RGB (Red+Green+Blue) = 149+108+36=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #956C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C24 is #6A93DB. Grayscale: #707070. Windows color (decimal): -6984668 or 2387093. OLE color: 2387093.

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

Color convert

RGB14910836-
CMYK00.280.760.42
HSL38.23º61.08%36.27%-
HSV(B)38.23º75.84%58.43%-
XYZ18.0817.244.04-
YUV112.0585.08154.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.85%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 36 (14.45% from 255) = 12.29%
R=50.85%
G=36.86%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491083600.280.760.4238.2361.0836.27
Hex956C2401C4C2A263d24
Octal2251544403411452467544
Binary1001010111011001001000111001001100101010100110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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