Shades of McKenzie #86643E
Tints of McKenzie #86643E
RGB
CMYK
RGB Variations
Color information
#86643E (or 0x86643E) is known color: McKenzie. HEX triplet: 86, 64 and 3E. RGB value is (134,100,62). Sum of RGB (Red+Green+Blue) = 134+100+62=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86643E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86643E is #799BC1. Grayscale: #6A6A6A. Windows color (decimal): -7969730 or 4088966. OLE color: 4088966.
HSL color Cylindrical-coordinate representation of color #86643E: hue angle of 31.67º 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 #86643E is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 100 | 62 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.47 |
| HSL | 31.67º | 0.37% | 0.38% | - |
| HSV(B) | 31.67º | 0.54% | 0.53% | - |
| XYZ | 15.26 | 14.53 | 6.56 | - |
| YUV | 105.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 100 | 62 | 0 | 0.25 | 0.54 | 0.47 | 31.67 | 0.37 | 0.38 |
| Hex | 86 | 64 | 3E | 0 | 19 | 36 | 2F | 20 | 25 | 26 |
| Octal | 206 | 144 | 76 | 0 | 31 | 66 | 57 | 40 | 45 | 46 |
| Binary | 10000110 | 1100100 | 111110 | 0 | 11001 | 110110 | 101111 | 100000 | 100101 | 100110 |
Color Harmonies of #86643E
Complementary color
Monochromatic Colors of #86643E
Black with #86643E
Text Example
Text Example
White with #86643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86643E; }
p { color: rgb(134,100,62); }
H1.HeaderClassName
{
color: #86643E;
}
.AnyTagClassName
{
color: #86643E;
}
</style>
background-color css
<style>
a { background-color: #86643E; }
a { background-color: rgb(134,100,62); }
div.DivClassName
{
background-color: #86643E;
}
.BgClassName
{
background-color: #86643E;
}
</style>
border-color css
<style>
span { border-color: #86643E; }
span { border-color: rgb(134,100,62); }
td.TdClassName
{
border-color: #86643E;
}
.TagClassName
{
border-color: #86643E;
}
</style>