#916C2E

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

Shades of Corn Harvest #916C2E

Tints of Corn Harvest #916C2E

Color information

#916C2E (or 0x916C2E) is unknown color: approx Corn Harvest. HEX triplet: 91, 6C and 2E. RGB value is (145,108,46). Sum of RGB (Red+Green+Blue) = 145+108+46=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #916C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916C2E is #6E93D1. Grayscale: #707070. Windows color (decimal): -7246802 or 3042449. OLE color: 3042449.

HSL color Cylindrical-coordinate representation of color #916C2E: hue angle of 37.58º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #916C2E is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB14510846-
CMYK00.260.680.43
HSL37.58º51.83%37.45%-
HSV(B)37.58º68.28%56.86%-
XYZ17.5316.944.93-
YUV111.9990.76151.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.49%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 46 (18.36% from 255) = 15.38%
R=48.49%
G=36.12%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451084600.260.680.4337.5851.8337.45
Hex916C2E01A442B263425
Octal2211545603210453466445
Binary1001000111011001011100110101000100101011100110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916C2E; }

 p { color: rgb(145,108,46); }

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

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

 a { background-color: rgb(145,108,46); }

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

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

 span { border-color: rgb(145,108,46); }

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