Shades of McKenzie #86653C
Tints of McKenzie #86653C
RGB
CMYK
RGB Variations
Color information
#86653C (or 0x86653C) is known color: McKenzie. HEX triplet: 86, 65 and 3C. RGB value is (134,101,60). Sum of RGB (Red+Green+Blue) = 134+101+60=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86653C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86653C is #799AC3. Grayscale: #6A6A6A. Windows color (decimal): -7969476 or 3958150. OLE color: 3958150.
HSL color Cylindrical-coordinate representation of color #86653C: hue angle of 33.24º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86653C is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 101 | 60 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.47 |
| HSL | 33.24º | 0.38% | 0.38% | - |
| HSV(B) | 33.24º | 0.55% | 0.53% | - |
| XYZ | 15.3 | 14.7 | 6.31 | - |
| YUV | 106.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 60 | 0 | 0.25 | 0.55 | 0.47 | 33.24 | 0.38 | 0.38 |
| Hex | 86 | 65 | 3C | 0 | 19 | 37 | 2F | 21 | 26 | 26 |
| Octal | 206 | 145 | 74 | 0 | 31 | 67 | 57 | 41 | 46 | 46 |
| Binary | 10000110 | 1100101 | 111100 | 0 | 11001 | 110111 | 101111 | 100001 | 100110 | 100110 |
Color Harmonies of #86653C
Complementary color
Monochromatic Colors of #86653C
Black with #86653C
Text Example
Text Example
White with #86653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86653C; }
p { color: rgb(134,101,60); }
H1.HeaderClassName
{
color: #86653C;
}
.AnyTagClassName
{
color: #86653C;
}
</style>
background-color css
<style>
a { background-color: #86653C; }
a { background-color: rgb(134,101,60); }
div.DivClassName
{
background-color: #86653C;
}
.BgClassName
{
background-color: #86653C;
}
</style>
border-color css
<style>
span { border-color: #86653C; }
span { border-color: rgb(134,101,60); }
td.TdClassName
{
border-color: #86653C;
}
.TagClassName
{
border-color: #86653C;
}
</style>