#866E3D

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

Shades of McKenzie #866E3D

Tints of McKenzie #866E3D

Color information

#866E3D (or 0x866E3D) is unknown color: approx McKenzie. HEX triplet: 86, 6E and 3D. RGB value is (134,110,61). Sum of RGB (Red+Green+Blue) = 134+110+61=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #866E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866E3D is #7991C2. Grayscale: #6F6F6F. Windows color (decimal): -7967171 or 4025990. OLE color: 4025990.

HSL color Cylindrical-coordinate representation of color #866E3D: hue angle of 40.27º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #866E3D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB13411061-
CMYK00.180.540.47
HSL40.27º37.44%38.24%-
HSV(B)40.27º54.48%52.55%-
XYZ16.2516.566.75-
YUV111.5999.45143.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 110 (43.36% from 255) = 36.07%
BLUE value IS 61 (24.22% from 255) = 20%
R=43.93%
G=36.07%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341106100.180.540.4740.2737.4438.24
Hex866E3D012362F282526
Octal206156750226657504546
Binary100001101101110111101010010110110101111101000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,110,61); }

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

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

 a { background-color: rgb(134,110,61); }

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

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

 span { border-color: rgb(134,110,61); }

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