Shades of McKenzie #8F6943
Tints of McKenzie #8F6943
RGB
CMYK
RGB Variations
Color information
#8F6943 (or 0x8F6943) is known color: McKenzie. HEX triplet: 8F, 69 and 43. RGB value is (143,105,67). Sum of RGB (Red+Green+Blue) = 143+105+67=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6943 is #7096BC. Grayscale: #707070. Windows color (decimal): -7378621 or 4417935. OLE color: 4417935.
HSL color Cylindrical-coordinate representation of color #8F6943: hue angle of 30º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F6943 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 67 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.44 |
| HSL | 30º | 0.36% | 0.41% | - |
| HSV(B) | 30º | 0.53% | 0.56% | - |
| XYZ | 17.39 | 16.35 | 7.55 | - |
| YUV | 112.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 67 | 0 | 0.27 | 0.53 | 0.44 | 30 | 0.36 | 0.41 |
| Hex | 8F | 69 | 43 | 0 | 1B | 35 | 2C | 1E | 24 | 29 |
| Octal | 217 | 151 | 103 | 0 | 33 | 65 | 54 | 36 | 44 | 51 |
| Binary | 10001111 | 1101001 | 1000011 | 0 | 11011 | 110101 | 101100 | 11110 | 100100 | 101001 |
Color Harmonies of #8F6943
Complementary color
Monochromatic Colors of #8F6943
Black with #8F6943
Text Example
Text Example
White with #8F6943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6943; }
p { color: rgb(143,105,67); }
H1.HeaderClassName
{
color: #8F6943;
}
.AnyTagClassName
{
color: #8F6943;
}
</style>
background-color css
<style>
a { background-color: #8F6943; }
a { background-color: rgb(143,105,67); }
div.DivClassName
{
background-color: #8F6943;
}
.BgClassName
{
background-color: #8F6943;
}
</style>
border-color css
<style>
span { border-color: #8F6943; }
span { border-color: rgb(143,105,67); }
td.TdClassName
{
border-color: #8F6943;
}
.TagClassName
{
border-color: #8F6943;
}
</style>