#866b36

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

Shades of Corn Harvest #866B36

Tints of Corn Harvest #866B36

Color information

#866B36 (or 0x866B36) is unknown color: approx Corn Harvest. HEX triplet: 86, 6B and 36. RGB value is (134,107,54). Sum of RGB (Red+Green+Blue) = 134+107+54=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #866B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866B36 is #7994C9. Grayscale: #6D6D6D. Windows color (decimal): -7967946 or 3566470. OLE color: 3566470.

HSL color Cylindrical-coordinate representation of color #866B36: hue angle of 39.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #866B36 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB13410754-
CMYK00.200.600.47
HSL39.75º42.55%36.86%-
HSV(B)39.75º59.7%52.55%-
XYZ15.7615.855.72-
YUV109.0396.95145.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 54 (21.48% from 255) = 18.31%
R=45.42%
G=36.27%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341075400.200.600.4739.7542.5536.86
Hex866B360143C2F282b25
Octal206153660247457505345
Binary100001101101011110110010100111100101111101000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866b36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866b36; }

 p { color: rgb(134,107,54); }

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

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

 a { background-color: rgb(134,107,54); }

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

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

 span { border-color: rgb(134,107,54); }

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