Shades of McKenzie #86613D
Tints of McKenzie #86613D
RGB
CMYK
RGB Variations
Color information
#86613D (or 0x86613D) is known color: 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
| RGB | 134 | 97 | 61 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.47 |
| HSL | 29.59º | 0.37% | 0.38% | - |
| HSV(B) | 29.59º | 0.54% | 0.53% | - |
| XYZ | 14.95 | 13.95 | 6.32 | - |
| YUV | 103.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 61 | 0 | 0.28 | 0.54 | 0.47 | 29.59 | 0.37 | 0.38 |
| Hex | 86 | 61 | 3D | 0 | 1C | 36 | 2F | 1E | 25 | 26 |
| Octal | 206 | 141 | 75 | 0 | 34 | 66 | 57 | 36 | 45 | 46 |
| Binary | 10000110 | 1100001 | 111101 | 0 | 11100 | 110110 | 101111 | 11110 | 100101 | 100110 |
Color Harmonies of #86613D
Complementary color
Monochromatic Colors of #86613D
Black with #86613D
Text Example
Text Example
White with #86613D
Text Example
Text Example
HTML Codes & Css Web 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>