Shades of McKenzie #86653D
Tints of McKenzie #86653D
RGB
CMYK
RGB Variations
Color information
#86653D (or 0x86653D) is known color: McKenzie. HEX triplet: 86, 65 and 3D. RGB value is (134,101,61). Sum of RGB (Red+Green+Blue) = 134+101+61=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86653D is #799AC2. Grayscale: #6A6A6A. Windows color (decimal): -7969475 or 4023686. OLE color: 4023686.
HSL color Cylindrical-coordinate representation of color #86653D: hue angle of 32.88º 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 #86653D is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 101 | 61 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.47 |
| HSL | 32.88º | 0.37% | 0.38% | - |
| HSV(B) | 32.88º | 0.54% | 0.53% | - |
| XYZ | 15.33 | 14.71 | 6.45 | - |
| YUV | 106.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 61 | 0 | 0.25 | 0.54 | 0.47 | 32.88 | 0.37 | 0.38 |
| Hex | 86 | 65 | 3D | 0 | 19 | 36 | 2F | 21 | 25 | 26 |
| Octal | 206 | 145 | 75 | 0 | 31 | 66 | 57 | 41 | 45 | 46 |
| Binary | 10000110 | 1100101 | 111101 | 0 | 11001 | 110110 | 101111 | 100001 | 100101 | 100110 |
Color Harmonies of #86653D
Complementary color
Monochromatic Colors of #86653D
Black with #86653D
Text Example
Text Example
White with #86653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86653D; }
p { color: rgb(134,101,61); }
H1.HeaderClassName
{
color: #86653D;
}
.AnyTagClassName
{
color: #86653D;
}
</style>
background-color css
<style>
a { background-color: #86653D; }
a { background-color: rgb(134,101,61); }
div.DivClassName
{
background-color: #86653D;
}
.BgClassName
{
background-color: #86653D;
}
</style>
border-color css
<style>
span { border-color: #86653D; }
span { border-color: rgb(134,101,61); }
td.TdClassName
{
border-color: #86653D;
}
.TagClassName
{
border-color: #86653D;
}
</style>