Shades of McKenzie #86683A
Tints of McKenzie #86683A
RGB
CMYK
RGB Variations
Color information
#86683A (or 0x86683A) is known color: McKenzie. HEX triplet: 86, 68 and 3A. RGB value is (134,104,58). Sum of RGB (Red+Green+Blue) = 134+104+58=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86683A is #7997C5. Grayscale: #6B6B6B. Windows color (decimal): -7968710 or 3827846. OLE color: 3827846.
HSL color Cylindrical-coordinate representation of color #86683A: hue angle of 36.32º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86683A is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 58 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.47 |
| HSL | 36.32º | 0.4% | 0.38% | - |
| HSV(B) | 36.32º | 0.57% | 0.53% | - |
| XYZ | 15.55 | 15.27 | 6.13 | - |
| YUV | 107.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 58 | 0 | 0.22 | 0.57 | 0.47 | 36.32 | 0.4 | 0.38 |
| Hex | 86 | 68 | 3A | 0 | 16 | 39 | 2F | 24 | 28 | 26 |
| Octal | 206 | 150 | 72 | 0 | 26 | 71 | 57 | 44 | 50 | 46 |
| Binary | 10000110 | 1101000 | 111010 | 0 | 10110 | 111001 | 101111 | 100100 | 101000 | 100110 |
Color Harmonies of #86683A
Complementary color
Monochromatic Colors of #86683A
Black with #86683A
Text Example
Text Example
White with #86683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86683A; }
p { color: rgb(134,104,58); }
H1.HeaderClassName
{
color: #86683A;
}
.AnyTagClassName
{
color: #86683A;
}
</style>
background-color css
<style>
a { background-color: #86683A; }
a { background-color: rgb(134,104,58); }
div.DivClassName
{
background-color: #86683A;
}
.BgClassName
{
background-color: #86683A;
}
</style>
border-color css
<style>
span { border-color: #86683A; }
span { border-color: rgb(134,104,58); }
td.TdClassName
{
border-color: #86683A;
}
.TagClassName
{
border-color: #86683A;
}
</style>