Shades of McKenzie #866A3C
Tints of McKenzie #866A3C
RGB
CMYK
RGB Variations
Color information
#866A3C (or 0x866A3C) is known color: McKenzie. HEX triplet: 86, 6A and 3C. RGB value is (134,106,60). Sum of RGB (Red+Green+Blue) = 134+106+60=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #866A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866A3C is #7995C3. Grayscale: #6D6D6D. Windows color (decimal): -7968196 or 3959430. OLE color: 3959430.
HSL color Cylindrical-coordinate representation of color #866A3C: hue angle of 37.3º 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 #866A3C is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 106 | 60 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.47 |
| HSL | 37.3º | 0.38% | 0.38% | - |
| HSV(B) | 37.3º | 0.55% | 0.53% | - |
| XYZ | 15.8 | 15.7 | 6.47 | - |
| YUV | 109.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 106 | 60 | 0 | 0.21 | 0.55 | 0.47 | 37.3 | 0.38 | 0.38 |
| Hex | 86 | 6A | 3C | 0 | 15 | 37 | 2F | 25 | 26 | 26 |
| Octal | 206 | 152 | 74 | 0 | 25 | 67 | 57 | 45 | 46 | 46 |
| Binary | 10000110 | 1101010 | 111100 | 0 | 10101 | 110111 | 101111 | 100101 | 100110 | 100110 |
Color Harmonies of #866A3C
Complementary color
Monochromatic Colors of #866A3C
Black with #866A3C
Text Example
Text Example
White with #866A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866A3C; }
p { color: rgb(134,106,60); }
H1.HeaderClassName
{
color: #866A3C;
}
.AnyTagClassName
{
color: #866A3C;
}
</style>
background-color css
<style>
a { background-color: #866A3C; }
a { background-color: rgb(134,106,60); }
div.DivClassName
{
background-color: #866A3C;
}
.BgClassName
{
background-color: #866A3C;
}
</style>
border-color css
<style>
span { border-color: #866A3C; }
span { border-color: rgb(134,106,60); }
td.TdClassName
{
border-color: #866A3C;
}
.TagClassName
{
border-color: #866A3C;
}
</style>