#866B2A

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

Shades of Corn Harvest #866B2A

Tints of Corn Harvest #866B2A

Color information

#866B2A (or 0x866B2A) is unknown color: approx Corn Harvest. HEX triplet: 86, 6B and 2A. RGB value is (134,107,42). Sum of RGB (Red+Green+Blue) = 134+107+42=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #866B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866B2A is #7994D5. Grayscale: #6B6B6B. Windows color (decimal): -7967958 or 2780038. OLE color: 2780038.

HSL color Cylindrical-coordinate representation of color #866B2A: hue angle of 42.39º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #866B2A is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13410742-
CMYK00.200.690.47
HSL42.39º52.27%34.51%-
HSV(B)42.39º68.66%52.55%-
XYZ15.5115.754.41-
YUV107.6690.95146.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.35%
GREEN value IS 107 (42.19% from 255) = 37.81%
BLUE value IS 42 (16.80% from 255) = 14.84%
R=47.35%
G=37.81%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341074200.200.690.4742.3952.2734.51
Hex866B2A014452F2a3423
Octal2061535202410557526443
Binary1000011011010111010100101001000101101111101010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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