Shades of McKenzie #8D6B38
Tints of McKenzie #8D6B38
RGB
CMYK
RGB Variations
Color information
#8D6B38 (or 0x8D6B38) is known color: McKenzie. HEX triplet: 8D, 6B and 38. RGB value is (141,107,56). Sum of RGB (Red+Green+Blue) = 141+107+56=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6B38 is #7294C7. Grayscale: #6F6F6F. Windows color (decimal): -7509192 or 3697549. OLE color: 3697549.
HSL color Cylindrical-coordinate representation of color #8D6B38: hue angle of 36º 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 #8D6B38 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 107 | 56 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.45 |
| HSL | 36º | 0.43% | 0.39% | - |
| HSV(B) | 36º | 0.6% | 0.55% | - |
| XYZ | 16.96 | 16.46 | 6.03 | - |
| YUV | 111.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 107 | 56 | 0 | 0.24 | 0.60 | 0.45 | 36 | 0.43 | 0.39 |
| Hex | 8D | 6B | 38 | 0 | 18 | 3C | 2D | 24 | 2B | 27 |
| Octal | 215 | 153 | 70 | 0 | 30 | 74 | 55 | 44 | 53 | 47 |
| Binary | 10001101 | 1101011 | 111000 | 0 | 11000 | 111100 | 101101 | 100100 | 101011 | 100111 |
Color Harmonies of #8D6B38
Complementary color
Monochromatic Colors of #8D6B38
Black with #8D6B38
Text Example
Text Example
White with #8D6B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6B38; }
p { color: rgb(141,107,56); }
H1.HeaderClassName
{
color: #8D6B38;
}
.AnyTagClassName
{
color: #8D6B38;
}
</style>
background-color css
<style>
a { background-color: #8D6B38; }
a { background-color: rgb(141,107,56); }
div.DivClassName
{
background-color: #8D6B38;
}
.BgClassName
{
background-color: #8D6B38;
}
</style>
border-color css
<style>
span { border-color: #8D6B38; }
span { border-color: rgb(141,107,56); }
td.TdClassName
{
border-color: #8D6B38;
}
.TagClassName
{
border-color: #8D6B38;
}
</style>