#866A3C

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

Shades of McKenzie #866A3C

Tints of McKenzie #866A3C

Color information

#866A3C (or 0x866A3C) is unknown color: approx McKenzie. HEX triplet: 86, 6A and 3C. RGB value is (134,106,60). Sum of RGB (Red+Green+Blue) = 134+106+60=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #866A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866A3C is #7995C3. Grayscale: #6D6D6D. Windows color (decimal): -7968196 or 3959430. OLE color: 3959430.

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

Color convert

RGB13410660-
CMYK00.210.550.47
HSL37.3º38.14%38.04%-
HSV(B)37.3º55.22%52.55%-
XYZ15.815.76.47-
YUV109.13100.28145.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 106 (41.80% from 255) = 35.33%
BLUE value IS 60 (23.83% from 255) = 20%
R=44.67%
G=35.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341066000.210.550.4737.338.1438.04
Hex866A3C015372F252626
Octal206152740256757454646
Binary100001101101010111100010101110111101111100101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,106,60); }

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

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

 a { background-color: rgb(134,106,60); }

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

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

 span { border-color: rgb(134,106,60); }

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