Shades of McKenzie #8D633D
Tints of McKenzie #8D633D
RGB
CMYK
RGB Variations
Color information
#8D633D (or 0x8D633D) is known color: McKenzie. HEX triplet: 8D, 63 and 3D. RGB value is (141,99,61). Sum of RGB (Red+Green+Blue) = 141+99+61=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D633D is #729CC2. Grayscale: #6B6B6B. Windows color (decimal): -7511235 or 4023181. OLE color: 4023181.
HSL color Cylindrical-coordinate representation of color #8D633D: hue angle of 28.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D633D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 99 | 61 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.45 |
| HSL | 28.5º | 0.4% | 0.4% | - |
| HSV(B) | 28.5º | 0.57% | 0.55% | - |
| XYZ | 16.29 | 14.92 | 6.44 | - |
| YUV | 107.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 99 | 61 | 0 | 0.30 | 0.57 | 0.45 | 28.5 | 0.4 | 0.4 |
| Hex | 8D | 63 | 3D | 0 | 1E | 39 | 2D | 1C | 28 | 28 |
| Octal | 215 | 143 | 75 | 0 | 36 | 71 | 55 | 34 | 50 | 50 |
| Binary | 10001101 | 1100011 | 111101 | 0 | 11110 | 111001 | 101101 | 11100 | 101000 | 101000 |
Color Harmonies of #8D633D
Complementary color
Monochromatic Colors of #8D633D
Black with #8D633D
Text Example
Text Example
White with #8D633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D633D; }
p { color: rgb(141,99,61); }
H1.HeaderClassName
{
color: #8D633D;
}
.AnyTagClassName
{
color: #8D633D;
}
</style>
background-color css
<style>
a { background-color: #8D633D; }
a { background-color: rgb(141,99,61); }
div.DivClassName
{
background-color: #8D633D;
}
.BgClassName
{
background-color: #8D633D;
}
</style>
border-color css
<style>
span { border-color: #8D633D; }
span { border-color: rgb(141,99,61); }
td.TdClassName
{
border-color: #8D633D;
}
.TagClassName
{
border-color: #8D633D;
}
</style>