Shades of McKenzie #8F653F
Tints of McKenzie #8F653F
RGB
CMYK
RGB Variations
Color information
#8F653F (or 0x8F653F) is known color: McKenzie. HEX triplet: 8F, 65 and 3F. RGB value is (143,101,63). Sum of RGB (Red+Green+Blue) = 143+101+63=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 143 - color contains mainly: red. Hex color #8F653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F653F is #709AC0. Grayscale: #6D6D6D. Windows color (decimal): -7379649 or 4154767. OLE color: 4154767.
HSL color Cylindrical-coordinate representation of color #8F653F: hue angle of 28.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F653F is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 101 | 63 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.44 |
| HSL | 28.5º | 0.39% | 0.4% | - |
| HSV(B) | 28.5º | 0.56% | 0.56% | - |
| XYZ | 16.88 | 15.51 | 6.81 | - |
| YUV | 109.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 101 | 63 | 0 | 0.29 | 0.56 | 0.44 | 28.5 | 0.39 | 0.4 |
| Hex | 8F | 65 | 3F | 0 | 1D | 38 | 2C | 1C | 27 | 28 |
| Octal | 217 | 145 | 77 | 0 | 35 | 70 | 54 | 34 | 47 | 50 |
| Binary | 10001111 | 1100101 | 111111 | 0 | 11101 | 111000 | 101100 | 11100 | 100111 | 101000 |
Color Harmonies of #8F653F
Complementary color
Monochromatic Colors of #8F653F
Black with #8F653F
Text Example
Text Example
White with #8F653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F653F; }
p { color: rgb(143,101,63); }
H1.HeaderClassName
{
color: #8F653F;
}
.AnyTagClassName
{
color: #8F653F;
}
</style>
background-color css
<style>
a { background-color: #8F653F; }
a { background-color: rgb(143,101,63); }
div.DivClassName
{
background-color: #8F653F;
}
.BgClassName
{
background-color: #8F653F;
}
</style>
border-color css
<style>
span { border-color: #8F653F; }
span { border-color: rgb(143,101,63); }
td.TdClassName
{
border-color: #8F653F;
}
.TagClassName
{
border-color: #8F653F;
}
</style>