Shades of McKenzie #8D663B
Tints of McKenzie #8D663B
RGB
CMYK
RGB Variations
Color information
#8D663B (or 0x8D663B) is known color: McKenzie. HEX triplet: 8D, 66 and 3B. RGB value is (141,102,59). Sum of RGB (Red+Green+Blue) = 141+102+59=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D663B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D663B is #7299C4. Grayscale: #6C6C6C. Windows color (decimal): -7510469 or 3892877. OLE color: 3892877.
HSL color Cylindrical-coordinate representation of color #8D663B: hue angle of 31.46º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D663B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 59 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.45 |
| HSL | 31.46º | 0.41% | 0.39% | - |
| HSV(B) | 31.46º | 0.58% | 0.55% | - |
| XYZ | 16.53 | 15.48 | 6.25 | - |
| YUV | 108.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 59 | 0 | 0.28 | 0.58 | 0.45 | 31.46 | 0.41 | 0.39 |
| Hex | 8D | 66 | 3B | 0 | 1C | 3A | 2D | 1F | 29 | 27 |
| Octal | 215 | 146 | 73 | 0 | 34 | 72 | 55 | 37 | 51 | 47 |
| Binary | 10001101 | 1100110 | 111011 | 0 | 11100 | 111010 | 101101 | 11111 | 101001 | 100111 |
Color Harmonies of #8D663B
Complementary color
Monochromatic Colors of #8D663B
Black with #8D663B
Text Example
Text Example
White with #8D663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D663B; }
p { color: rgb(141,102,59); }
H1.HeaderClassName
{
color: #8D663B;
}
.AnyTagClassName
{
color: #8D663B;
}
</style>
background-color css
<style>
a { background-color: #8D663B; }
a { background-color: rgb(141,102,59); }
div.DivClassName
{
background-color: #8D663B;
}
.BgClassName
{
background-color: #8D663B;
}
</style>
border-color css
<style>
span { border-color: #8D663B; }
span { border-color: rgb(141,102,59); }
td.TdClassName
{
border-color: #8D663B;
}
.TagClassName
{
border-color: #8D663B;
}
</style>