#866B41

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

Shades of McKenzie #866B41

Tints of McKenzie #866B41

Color information

#866B41 (or 0x866B41) is unknown color: approx McKenzie. HEX triplet: 86, 6B and 41. RGB value is (134,107,65). Sum of RGB (Red+Green+Blue) = 134+107+65=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #866B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866B41 is #7994BE. Grayscale: #6E6E6E. Windows color (decimal): -7967935 or 4287366. OLE color: 4287366.

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

Color convert

RGB13410765-
CMYK00.200.510.47
HSL36.52º34.67%39.02%-
HSV(B)36.52º51.49%52.55%-
XYZ16.0415.977.24-
YUV110.28102.45144.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 65 (25.78% from 255) = 21.24%
R=43.79%
G=34.97%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341076500.200.510.4736.5234.6739.02
Hex866B41014332F252327
Octal2061531010246357454347
Binary1000011011010111000001010100110011101111100101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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