Shades of McKenzie #8F6742
Tints of McKenzie #8F6742
RGB
CMYK
RGB Variations
Color information
#8F6742 (or 0x8F6742) is known color: McKenzie. HEX triplet: 8F, 67 and 42. RGB value is (143,103,66). Sum of RGB (Red+Green+Blue) = 143+103+66=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6742 is #7098BD. Grayscale: #6E6E6E. Windows color (decimal): -7379134 or 4351887. OLE color: 4351887.
HSL color Cylindrical-coordinate representation of color #8F6742: hue angle of 28.83º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F6742 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 66 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.44 |
| HSL | 28.83º | 0.37% | 0.41% | - |
| HSV(B) | 28.83º | 0.54% | 0.56% | - |
| XYZ | 17.16 | 15.93 | 7.33 | - |
| YUV | 110.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 66 | 0 | 0.28 | 0.54 | 0.44 | 28.83 | 0.37 | 0.41 |
| Hex | 8F | 67 | 42 | 0 | 1C | 36 | 2C | 1D | 25 | 29 |
| Octal | 217 | 147 | 102 | 0 | 34 | 66 | 54 | 35 | 45 | 51 |
| Binary | 10001111 | 1100111 | 1000010 | 0 | 11100 | 110110 | 101100 | 11101 | 100101 | 101001 |
Color Harmonies of #8F6742
Complementary color
Monochromatic Colors of #8F6742
Black with #8F6742
Text Example
Text Example
White with #8F6742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6742; }
p { color: rgb(143,103,66); }
H1.HeaderClassName
{
color: #8F6742;
}
.AnyTagClassName
{
color: #8F6742;
}
</style>
background-color css
<style>
a { background-color: #8F6742; }
a { background-color: rgb(143,103,66); }
div.DivClassName
{
background-color: #8F6742;
}
.BgClassName
{
background-color: #8F6742;
}
</style>
border-color css
<style>
span { border-color: #8F6742; }
span { border-color: rgb(143,103,66); }
td.TdClassName
{
border-color: #8F6742;
}
.TagClassName
{
border-color: #8F6742;
}
</style>