#866139

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

Shades of McKenzie #866139

Tints of McKenzie #866139

Color information

#866139 (or 0x866139) is unknown color: approx McKenzie. HEX triplet: 86, 61 and 39. RGB value is (134,97,57). Sum of RGB (Red+Green+Blue) = 134+97+57=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #866139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866139 is #799EC6. Grayscale: #676767. Windows color (decimal): -7970503 or 3760518. OLE color: 3760518.

HSL color Cylindrical-coordinate representation of color #866139: hue angle of 31.17º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #866139 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1349757-
CMYK00.280.570.47
HSL31.17º40.31%37.45%-
HSV(B)31.17º57.46%52.55%-
XYZ14.8413.915.77-
YUV103.5101.76149.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 97 (38.28% from 255) = 33.68%
BLUE value IS 57 (22.66% from 255) = 19.79%
R=46.53%
G=33.68%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134975700.280.570.4731.1740.3137.45
Hex86613901C392F1f2825
Octal206141710347157375045
Binary10000110110000111100101110011100110111111111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866139; }

 p { color: rgb(134,97,57); }

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

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

 a { background-color: rgb(134,97,57); }

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

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

 span { border-color: rgb(134,97,57); }

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