Shades of McKenzie #8F6441
Tints of McKenzie #8F6441
RGB
CMYK
RGB Variations
Color information
#8F6441 (or 0x8F6441) is known color: McKenzie. HEX triplet: 8F, 64 and 41. RGB value is (143,100,65). Sum of RGB (Red+Green+Blue) = 143+100+65=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6441 is #709BBE. Grayscale: #6D6D6D. Windows color (decimal): -7379903 or 4285583. OLE color: 4285583.
HSL color Cylindrical-coordinate representation of color #8F6441: hue angle of 26.92º 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 #8F6441 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 100 | 65 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.44 |
| HSL | 26.92º | 0.38% | 0.41% | - |
| HSV(B) | 26.92º | 0.55% | 0.56% | - |
| XYZ | 16.84 | 15.34 | 7.07 | - |
| YUV | 108.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 65 | 0 | 0.30 | 0.55 | 0.44 | 26.92 | 0.38 | 0.41 |
| Hex | 8F | 64 | 41 | 0 | 1E | 37 | 2C | 1B | 26 | 29 |
| Octal | 217 | 144 | 101 | 0 | 36 | 67 | 54 | 33 | 46 | 51 |
| Binary | 10001111 | 1100100 | 1000001 | 0 | 11110 | 110111 | 101100 | 11011 | 100110 | 101001 |
Color Harmonies of #8F6441
Complementary color
Monochromatic Colors of #8F6441
Black with #8F6441
Text Example
Text Example
White with #8F6441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6441; }
p { color: rgb(143,100,65); }
H1.HeaderClassName
{
color: #8F6441;
}
.AnyTagClassName
{
color: #8F6441;
}
</style>
background-color css
<style>
a { background-color: #8F6441; }
a { background-color: rgb(143,100,65); }
div.DivClassName
{
background-color: #8F6441;
}
.BgClassName
{
background-color: #8F6441;
}
</style>
border-color css
<style>
span { border-color: #8F6441; }
span { border-color: rgb(143,100,65); }
td.TdClassName
{
border-color: #8F6441;
}
.TagClassName
{
border-color: #8F6441;
}
</style>