Shades of McKenzie #86673C
Tints of McKenzie #86673C
RGB
CMYK
RGB Variations
Color information
#86673C (or 0x86673C) is known color: McKenzie. HEX triplet: 86, 67 and 3C. RGB value is (134,103,60). Sum of RGB (Red+Green+Blue) = 134+103+60=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86673C is #7998C3. Grayscale: #6B6B6B. Windows color (decimal): -7968964 or 3958662. OLE color: 3958662.
HSL color Cylindrical-coordinate representation of color #86673C: hue angle of 34.86º 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 #86673C is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 60 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.47 |
| HSL | 34.86º | 0.38% | 0.38% | - |
| HSV(B) | 34.86º | 0.55% | 0.53% | - |
| XYZ | 15.5 | 15.1 | 6.37 | - |
| YUV | 107.37 | 101.27 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 60 | 0 | 0.23 | 0.55 | 0.47 | 34.86 | 0.38 | 0.38 |
| Hex | 86 | 67 | 3C | 0 | 17 | 37 | 2F | 23 | 26 | 26 |
| Octal | 206 | 147 | 74 | 0 | 27 | 67 | 57 | 43 | 46 | 46 |
| Binary | 10000110 | 1100111 | 111100 | 0 | 10111 | 110111 | 101111 | 100011 | 100110 | 100110 |
Color Harmonies of #86673C
Complementary color
Monochromatic Colors of #86673C
Black with #86673C
Text Example
Text Example
White with #86673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86673C; }
p { color: rgb(134,103,60); }
H1.HeaderClassName
{
color: #86673C;
}
.AnyTagClassName
{
color: #86673C;
}
</style>
background-color css
<style>
a { background-color: #86673C; }
a { background-color: rgb(134,103,60); }
div.DivClassName
{
background-color: #86673C;
}
.BgClassName
{
background-color: #86673C;
}
</style>
border-color css
<style>
span { border-color: #86673C; }
span { border-color: rgb(134,103,60); }
td.TdClassName
{
border-color: #86673C;
}
.TagClassName
{
border-color: #86673C;
}
</style>