#866C39

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

Shades of McKenzie #866C39

Tints of McKenzie #866C39

Color information

#866C39 (or 0x866C39) is unknown color: approx McKenzie. HEX triplet: 86, 6C and 39. RGB value is (134,108,57). Sum of RGB (Red+Green+Blue) = 134+108+57=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #866C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866C39 is #7993C6. Grayscale: #6E6E6E. Windows color (decimal): -7967687 or 3763334. OLE color: 3763334.

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

Color convert

RGB13410857-
CMYK00.190.570.47
HSL39.74º40.31%37.45%-
HSV(B)39.74º57.46%52.55%-
XYZ15.9316.096.14-
YUV109.9698.11145.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 57 (22.66% from 255) = 19.06%
R=44.82%
G=36.12%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341085700.190.570.4739.7440.3137.45
Hex866C39013392F282825
Octal206154710237157505045
Binary100001101101100111001010011111001101111101000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,108,57); }

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

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

 a { background-color: rgb(134,108,57); }

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

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

 span { border-color: rgb(134,108,57); }

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