#866B3E

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

Shades of McKenzie #866B3E

Tints of McKenzie #866B3E

Color information

#866B3E (or 0x866B3E) is unknown color: approx McKenzie. HEX triplet: 86, 6B and 3E. RGB value is (134,107,62). Sum of RGB (Red+Green+Blue) = 134+107+62=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #866B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866B3E is #7994C1. Grayscale: #6E6E6E. Windows color (decimal): -7967938 or 4090758. OLE color: 4090758.

HSL color Cylindrical-coordinate representation of color #866B3E: hue angle of 37.5º 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 #866B3E is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB13410762-
CMYK00.200.540.47
HSL37.5º36.73%38.43%-
HSV(B)37.5º53.73%52.55%-
XYZ15.9615.936.79-
YUV109.94100.95145.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=44.22%
G=35.31%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341076200.200.540.4737.536.7338.43
Hex866B3E014362F252526
Octal206153760246657454546
Binary100001101101011111110010100110110101111100101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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