#956C26

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

Shades of Corn Harvest #956C26

Tints of Corn Harvest #956C26

Color information

#956C26 (or 0x956C26) is unknown color: approx Corn Harvest. HEX triplet: 95, 6C and 26. RGB value is (149,108,38). Sum of RGB (Red+Green+Blue) = 149+108+38=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #956C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C26 is #6A93D9. Grayscale: #707070. Windows color (decimal): -6984666 or 2518165. OLE color: 2518165.

HSL color Cylindrical-coordinate representation of color #956C26: hue angle of 37.84º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #956C26 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB14910838-
CMYK00.280.740.42
HSL37.84º59.36%36.67%-
HSV(B)37.84º74.5%58.43%-
XYZ18.1117.254.21-
YUV112.2886.08154.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 108 (42.58% from 255) = 36.61%
BLUE value IS 38 (15.23% from 255) = 12.88%
R=50.51%
G=36.61%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491083800.280.740.4237.8459.3636.67
Hex956C2601C4A2A263b25
Octal2251544603411252467345
Binary1001010111011001001100111001001010101010100110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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