Shades of McKenzie #86663D
Tints of McKenzie #86663D
RGB
CMYK
RGB Variations
Color information
#86663D (or 0x86663D) is known color: McKenzie. HEX triplet: 86, 66 and 3D. RGB value is (134,102,61). Sum of RGB (Red+Green+Blue) = 134+102+61=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86663D is #7999C2. Grayscale: #6B6B6B. Windows color (decimal): -7969219 or 4023942. OLE color: 4023942.
HSL color Cylindrical-coordinate representation of color #86663D: hue angle of 33.7º 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 #86663D is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 102 | 61 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.47 |
| HSL | 33.7º | 0.37% | 0.38% | - |
| HSV(B) | 33.7º | 0.54% | 0.53% | - |
| XYZ | 15.43 | 14.91 | 6.48 | - |
| YUV | 106.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 61 | 0 | 0.24 | 0.54 | 0.47 | 33.7 | 0.37 | 0.38 |
| Hex | 86 | 66 | 3D | 0 | 18 | 36 | 2F | 22 | 25 | 26 |
| Octal | 206 | 146 | 75 | 0 | 30 | 66 | 57 | 42 | 45 | 46 |
| Binary | 10000110 | 1100110 | 111101 | 0 | 11000 | 110110 | 101111 | 100010 | 100101 | 100110 |
Color Harmonies of #86663D
Complementary color
Monochromatic Colors of #86663D
Black with #86663D
Text Example
Text Example
White with #86663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86663D; }
p { color: rgb(134,102,61); }
H1.HeaderClassName
{
color: #86663D;
}
.AnyTagClassName
{
color: #86663D;
}
</style>
background-color css
<style>
a { background-color: #86663D; }
a { background-color: rgb(134,102,61); }
div.DivClassName
{
background-color: #86663D;
}
.BgClassName
{
background-color: #86663D;
}
</style>
border-color css
<style>
span { border-color: #86663D; }
span { border-color: rgb(134,102,61); }
td.TdClassName
{
border-color: #86663D;
}
.TagClassName
{
border-color: #86663D;
}
</style>