Shades of McKenzie #8F6841
Tints of McKenzie #8F6841
RGB
CMYK
RGB Variations
Color information
#8F6841 (or 0x8F6841) is known color: McKenzie. HEX triplet: 8F, 68 and 41. RGB value is (143,104,65). Sum of RGB (Red+Green+Blue) = 143+104+65=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6841 is #7097BE. Grayscale: #6F6F6F. Windows color (decimal): -7378879 or 4286607. OLE color: 4286607.
HSL color Cylindrical-coordinate representation of color #8F6841: hue angle of 30º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F6841 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 65 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.44 |
| HSL | 30º | 0.38% | 0.41% | - |
| HSV(B) | 30º | 0.55% | 0.56% | - |
| XYZ | 17.23 | 16.12 | 7.2 | - |
| YUV | 111.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 65 | 0 | 0.27 | 0.55 | 0.44 | 30 | 0.38 | 0.41 |
| Hex | 8F | 68 | 41 | 0 | 1B | 37 | 2C | 1E | 26 | 29 |
| Octal | 217 | 150 | 101 | 0 | 33 | 67 | 54 | 36 | 46 | 51 |
| Binary | 10001111 | 1101000 | 1000001 | 0 | 11011 | 110111 | 101100 | 11110 | 100110 | 101001 |
Color Harmonies of #8F6841
Complementary color
Monochromatic Colors of #8F6841
Black with #8F6841
Text Example
Text Example
White with #8F6841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6841; }
p { color: rgb(143,104,65); }
H1.HeaderClassName
{
color: #8F6841;
}
.AnyTagClassName
{
color: #8F6841;
}
</style>
background-color css
<style>
a { background-color: #8F6841; }
a { background-color: rgb(143,104,65); }
div.DivClassName
{
background-color: #8F6841;
}
.BgClassName
{
background-color: #8F6841;
}
</style>
border-color css
<style>
span { border-color: #8F6841; }
span { border-color: rgb(143,104,65); }
td.TdClassName
{
border-color: #8F6841;
}
.TagClassName
{
border-color: #8F6841;
}
</style>