#86613B

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

Shades of McKenzie #86613B

Tints of McKenzie #86613B

Color information

#86613B (or 0x86613B) is unknown color: approx McKenzie. HEX triplet: 86, 61 and 3B. RGB value is (134,97,59). Sum of RGB (Red+Green+Blue) = 134+97+59=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #86613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86613B is #799EC4. Grayscale: #676767. Windows color (decimal): -7970501 or 3891590. OLE color: 3891590.

HSL color Cylindrical-coordinate representation of color #86613B: hue angle of 30.4º 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 #86613B is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1349759-
CMYK00.280.560.47
HSL30.4º38.86%37.84%-
HSV(B)30.4º55.97%52.55%-
XYZ14.913.936.04-
YUV103.73102.76149.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 59 (23.44% from 255) = 20.34%
R=46.21%
G=33.45%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134975900.280.560.4730.438.8637.84
Hex86613B01C382F1e2726
Octal206141730347057364746
Binary10000110110000111101101110011100010111111110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86613B; }

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

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

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

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

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

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

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

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