#866636

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

Shades of McKenzie #866636

Tints of McKenzie #866636

Color information

#866636 (or 0x866636) is unknown color: approx McKenzie. HEX triplet: 86, 66 and 36. RGB value is (134,102,54). Sum of RGB (Red+Green+Blue) = 134+102+54=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #866636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866636 is #7999C9. Grayscale: #6A6A6A. Windows color (decimal): -7969226 or 3565190. OLE color: 3565190.

HSL color Cylindrical-coordinate representation of color #866636: hue angle of 36º 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 #866636 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB13410254-
CMYK00.240.600.47
HSL36º42.55%36.86%-
HSV(B)36º59.7%52.55%-
XYZ15.2514.845.55-
YUV106.198.6147.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=46.21%
G=35.17%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341025400.240.600.473642.5536.86
Hex8666360183C2F242b25
Octal206146660307457445345
Binary100001101100110110110011000111100101111100100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866636; }

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

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

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

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

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

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

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

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