Shades of McKenzie #86683D
Tints of McKenzie #86683D
RGB
CMYK
RGB Variations
Color information
#86683D (or 0x86683D) is known color: McKenzie. HEX triplet: 86, 68 and 3D. RGB value is (134,104,61). Sum of RGB (Red+Green+Blue) = 134+104+61=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #86683D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86683D is #7997C2. Grayscale: #6C6C6C. Windows color (decimal): -7968707 or 4024454. OLE color: 4024454.
HSL color Cylindrical-coordinate representation of color #86683D: hue angle of 35.34º 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 #86683D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 61 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.47 |
| HSL | 35.34º | 0.37% | 0.38% | - |
| HSV(B) | 35.34º | 0.54% | 0.53% | - |
| XYZ | 15.62 | 15.31 | 6.55 | - |
| YUV | 108.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 61 | 0 | 0.22 | 0.54 | 0.47 | 35.34 | 0.37 | 0.38 |
| Hex | 86 | 68 | 3D | 0 | 16 | 36 | 2F | 23 | 25 | 26 |
| Octal | 206 | 150 | 75 | 0 | 26 | 66 | 57 | 43 | 45 | 46 |
| Binary | 10000110 | 1101000 | 111101 | 0 | 10110 | 110110 | 101111 | 100011 | 100101 | 100110 |
Color Harmonies of #86683D
Complementary color
Monochromatic Colors of #86683D
Black with #86683D
Text Example
Text Example
White with #86683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86683D; }
p { color: rgb(134,104,61); }
H1.HeaderClassName
{
color: #86683D;
}
.AnyTagClassName
{
color: #86683D;
}
</style>
background-color css
<style>
a { background-color: #86683D; }
a { background-color: rgb(134,104,61); }
div.DivClassName
{
background-color: #86683D;
}
.BgClassName
{
background-color: #86683D;
}
</style>
border-color css
<style>
span { border-color: #86683D; }
span { border-color: rgb(134,104,61); }
td.TdClassName
{
border-color: #86683D;
}
.TagClassName
{
border-color: #86683D;
}
</style>