#967828

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

Shades of Corn Harvest #967828

Tints of Corn Harvest #967828

Color information

#967828 (or 0x967828) is unknown color: approx Corn Harvest. HEX triplet: 96, 78 and 28. RGB value is (150,120,40). Sum of RGB (Red+Green+Blue) = 150+120+40=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #967828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967828 is #6987D7. Grayscale: #787878. Windows color (decimal): -6916056 or 2652310. OLE color: 2652310.

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

Color convert

RGB15012040-
CMYK00.200.730.41
HSL43.64º57.89%37.25%-
HSV(B)43.64º73.33%58.82%-
XYZ19.6820.074.84-
YUV119.8582.94149.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 40 (16.02% from 255) = 12.90%
R=48.39%
G=38.71%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501204000.200.730.4143.6457.8937.25
Hex96782801449292c3a25
Octal2261705002411151547245
Binary1001011011110001010000101001001001101001101100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967828; }

 p { color: rgb(150,120,40); }

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

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

 a { background-color: rgb(150,120,40); }

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

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

 span { border-color: rgb(150,120,40); }

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