#967226

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

Shades of Corn Harvest #967226

Tints of Corn Harvest #967226

Color information

#967226 (or 0x967226) is unknown color: approx Corn Harvest. HEX triplet: 96, 72 and 26. RGB value is (150,114,38). Sum of RGB (Red+Green+Blue) = 150+114+38=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #967226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967226 is #698DD9. Grayscale: #747474. Windows color (decimal): -6917594 or 2519702. OLE color: 2519702.

HSL color Cylindrical-coordinate representation of color #967226: hue angle of 40.71º 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 #967226 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB15011438-
CMYK00.240.750.41
HSL40.71º59.57%36.86%-
HSV(B)40.71º74.67%58.82%-
XYZ18.9418.664.44-
YUV116.183.93152.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 38 (15.23% from 255) = 12.58%
R=49.67%
G=37.75%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501143800.240.750.4140.7159.5736.86
Hex9672260184B29293c25
Octal2261624603011351517445
Binary1001011011100101001100110001001011101001101001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967226; }

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

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

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

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

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

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

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

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