#956A24

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

Shades of Corn Harvest #956A24

Tints of Corn Harvest #956A24

Color information

#956A24 (or 0x956A24) is unknown color: approx Corn Harvest. HEX triplet: 95, 6A and 24. RGB value is (149,106,36). Sum of RGB (Red+Green+Blue) = 149+106+36=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #956A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A24 is #6A95DB. Grayscale: #6F6F6F. Windows color (decimal): -6985180 or 2386581. OLE color: 2386581.

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

Color convert

RGB14910636-
CMYK00.290.760.42
HSL37.17º61.08%36.27%-
HSV(B)37.17º75.84%58.43%-
XYZ17.8716.833.97-
YUV110.8885.75155.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 36 (14.45% from 255) = 12.37%
R=51.20%
G=36.43%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491063600.290.760.4237.1761.0836.27
Hex956A2401D4C2A253d24
Octal2251524403511452457544
Binary1001010111010101001000111011001100101010100101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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