#86613D

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

Shades of McKenzie #86613D

Tints of McKenzie #86613D

Color information

#86613D (or 0x86613D) is unknown color: approx McKenzie. HEX triplet: 86, 61 and 3D. RGB value is (134,97,61). Sum of RGB (Red+Green+Blue) = 134+97+61=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86613D is #799EC2. Grayscale: #686868. Windows color (decimal): -7970499 or 4022662. OLE color: 4022662.

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

Color convert

RGB1349761-
CMYK00.280.540.47
HSL29.59º37.44%38.24%-
HSV(B)29.59º54.48%52.55%-
XYZ14.9513.956.32-
YUV103.96103.76149.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=45.89%
G=33.22%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134976100.280.540.4729.5937.4438.24
Hex86613D01C362F1e2526
Octal206141750346657364546
Binary10000110110000111110101110011011010111111110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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