#967026

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

Shades of Corn Harvest #967026

Tints of Corn Harvest #967026

Color information

#967026 (or 0x967026) is unknown color: approx Corn Harvest. HEX triplet: 96, 70 and 26. RGB value is (150,112,38). Sum of RGB (Red+Green+Blue) = 150+112+38=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #967026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967026 is #698FD9. Grayscale: #737373. Windows color (decimal): -6918106 or 2519190. OLE color: 2519190.

HSL color Cylindrical-coordinate representation of color #967026: hue angle of 39.64º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #967026 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB15011238-
CMYK00.250.750.41
HSL39.64º59.57%36.86%-
HSV(B)39.64º74.67%58.82%-
XYZ18.7218.214.36-
YUV114.9384.59153.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 38 (15.23% from 255) = 12.67%
R=50%
G=37.33%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501123800.250.750.4139.6459.5736.86
Hex9670260194B29283c25
Octal2261604603111351507445
Binary1001011011100001001100110011001011101001101000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967026; }

 p { color: rgb(150,112,38); }

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

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

 a { background-color: rgb(150,112,38); }

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

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

 span { border-color: rgb(150,112,38); }

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