#866A3B

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

Shades of McKenzie #866A3B

Tints of McKenzie #866A3B

Color information

#866A3B (or 0x866A3B) is unknown color: approx McKenzie. HEX triplet: 86, 6A and 3B. RGB value is (134,106,59). Sum of RGB (Red+Green+Blue) = 134+106+59=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #866A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866A3B is #7995C4. Grayscale: #6D6D6D. Windows color (decimal): -7968197 or 3893894. OLE color: 3893894.

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

Color convert

RGB13410659-
CMYK00.210.560.47
HSL37.6º38.86%37.84%-
HSV(B)37.6º55.97%52.55%-
XYZ15.7715.696.34-
YUV109.0199.78145.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 106 (41.80% from 255) = 35.45%
BLUE value IS 59 (23.44% from 255) = 19.73%
R=44.82%
G=35.45%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341065900.210.560.4737.638.8637.84
Hex866A3B015382F262726
Octal206152730257057464746
Binary100001101101010111011010101111000101111100110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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