Shades of McKenzie #86673B
Tints of McKenzie #86673B
RGB
CMYK
RGB Variations
Color information
#86673B (or 0x86673B) is known color: McKenzie. HEX triplet: 86, 67 and 3B. RGB value is (134,103,59). Sum of RGB (Red+Green+Blue) = 134+103+59=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86673B is #7998C4. Grayscale: #6B6B6B. Windows color (decimal): -7968965 or 3893126. OLE color: 3893126.
HSL color Cylindrical-coordinate representation of color #86673B: hue angle of 35.2º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86673B is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 59 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.47 |
| HSL | 35.2º | 0.39% | 0.38% | - |
| HSV(B) | 35.2º | 0.56% | 0.53% | - |
| XYZ | 15.47 | 15.08 | 6.23 | - |
| YUV | 107.25 | 100.77 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 59 | 0 | 0.23 | 0.56 | 0.47 | 35.2 | 0.39 | 0.38 |
| Hex | 86 | 67 | 3B | 0 | 17 | 38 | 2F | 23 | 27 | 26 |
| Octal | 206 | 147 | 73 | 0 | 27 | 70 | 57 | 43 | 47 | 46 |
| Binary | 10000110 | 1100111 | 111011 | 0 | 10111 | 111000 | 101111 | 100011 | 100111 | 100110 |
Color Harmonies of #86673B
Complementary color
Monochromatic Colors of #86673B
Black with #86673B
Text Example
Text Example
White with #86673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86673B; }
p { color: rgb(134,103,59); }
H1.HeaderClassName
{
color: #86673B;
}
.AnyTagClassName
{
color: #86673B;
}
</style>
background-color css
<style>
a { background-color: #86673B; }
a { background-color: rgb(134,103,59); }
div.DivClassName
{
background-color: #86673B;
}
.BgClassName
{
background-color: #86673B;
}
</style>
border-color css
<style>
span { border-color: #86673B; }
span { border-color: rgb(134,103,59); }
td.TdClassName
{
border-color: #86673B;
}
.TagClassName
{
border-color: #86673B;
}
</style>