Shades of McKenzie #8D6138
Tints of McKenzie #8D6138
RGB
CMYK
RGB Variations
Color information
#8D6138 (or 0x8D6138) is known color: McKenzie. HEX triplet: 8D, 61 and 38. RGB value is (141,97,56). Sum of RGB (Red+Green+Blue) = 141+97+56=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6138 is #729EC7. Grayscale: #696969. Windows color (decimal): -7511752 or 3694989. OLE color: 3694989.
HSL color Cylindrical-coordinate representation of color #8D6138: hue angle of 28.94º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D6138 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 56 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.45 |
| HSL | 28.94º | 0.43% | 0.39% | - |
| HSV(B) | 28.94º | 0.6% | 0.55% | - |
| XYZ | 15.97 | 14.5 | 5.7 | - |
| YUV | 105.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 56 | 0 | 0.31 | 0.60 | 0.45 | 28.94 | 0.43 | 0.39 |
| Hex | 8D | 61 | 38 | 0 | 1F | 3C | 2D | 1D | 2B | 27 |
| Octal | 215 | 141 | 70 | 0 | 37 | 74 | 55 | 35 | 53 | 47 |
| Binary | 10001101 | 1100001 | 111000 | 0 | 11111 | 111100 | 101101 | 11101 | 101011 | 100111 |
Color Harmonies of #8D6138
Complementary color
Monochromatic Colors of #8D6138
Black with #8D6138
Text Example
Text Example
White with #8D6138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6138; }
p { color: rgb(141,97,56); }
H1.HeaderClassName
{
color: #8D6138;
}
.AnyTagClassName
{
color: #8D6138;
}
</style>
background-color css
<style>
a { background-color: #8D6138; }
a { background-color: rgb(141,97,56); }
div.DivClassName
{
background-color: #8D6138;
}
.BgClassName
{
background-color: #8D6138;
}
</style>
border-color css
<style>
span { border-color: #8D6138; }
span { border-color: rgb(141,97,56); }
td.TdClassName
{
border-color: #8D6138;
}
.TagClassName
{
border-color: #8D6138;
}
</style>