Shades of McKenzie #8F6640
Tints of McKenzie #8F6640
RGB
CMYK
RGB Variations
Color information
#8F6640 (or 0x8F6640) is known color: McKenzie. HEX triplet: 8F, 66 and 40. RGB value is (143,102,64). Sum of RGB (Red+Green+Blue) = 143+102+64=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6640 is #7099BF. Grayscale: #6E6E6E. Windows color (decimal): -7379392 or 4220559. OLE color: 4220559.
HSL color Cylindrical-coordinate representation of color #8F6640: hue angle of 28.86º 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 #8F6640 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 102 | 64 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.44 |
| HSL | 28.86º | 0.38% | 0.41% | - |
| HSV(B) | 28.86º | 0.55% | 0.56% | - |
| XYZ | 17 | 15.71 | 6.99 | - |
| YUV | 109.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 102 | 64 | 0 | 0.29 | 0.55 | 0.44 | 28.86 | 0.38 | 0.41 |
| Hex | 8F | 66 | 40 | 0 | 1D | 37 | 2C | 1D | 26 | 29 |
| Octal | 217 | 146 | 100 | 0 | 35 | 67 | 54 | 35 | 46 | 51 |
| Binary | 10001111 | 1100110 | 1000000 | 0 | 11101 | 110111 | 101100 | 11101 | 100110 | 101001 |
Color Harmonies of #8F6640
Complementary color
Monochromatic Colors of #8F6640
Black with #8F6640
Text Example
Text Example
White with #8F6640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6640; }
p { color: rgb(143,102,64); }
H1.HeaderClassName
{
color: #8F6640;
}
.AnyTagClassName
{
color: #8F6640;
}
</style>
background-color css
<style>
a { background-color: #8F6640; }
a { background-color: rgb(143,102,64); }
div.DivClassName
{
background-color: #8F6640;
}
.BgClassName
{
background-color: #8F6640;
}
</style>
border-color css
<style>
span { border-color: #8F6640; }
span { border-color: rgb(143,102,64); }
td.TdClassName
{
border-color: #8F6640;
}
.TagClassName
{
border-color: #8F6640;
}
</style>