Shades of McKenzie #8C6638
Tints of McKenzie #8C6638
RGB
CMYK
RGB Variations
Color information
#8C6638 (or 0x8C6638) is known color: McKenzie. HEX triplet: 8C, 66 and 38. RGB value is (140,102,56). Sum of RGB (Red+Green+Blue) = 140+102+56=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6638 is #7399C7. Grayscale: #6C6C6C. Windows color (decimal): -7576008 or 3696268. OLE color: 3696268.
HSL color Cylindrical-coordinate representation of color #8C6638: hue angle of 32.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C6638 is Cyan = 0, Magento = 0.27, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 56 | - |
| CMYK | 0 | 0.27 | 0.6 | 0.45 |
| HSL | 32.86º | 0.43% | 0.38% | - |
| HSV(B) | 32.86º | 0.6% | 0.55% | - |
| XYZ | 16.28 | 15.36 | 5.85 | - |
| YUV | 108.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 56 | 0 | 0.27 | 0.6 | 0.45 | 32.86 | 0.43 | 0.38 |
| Hex | 8C | 66 | 38 | 0 | 1B | 3C | 2D | 21 | 2B | 26 |
| Octal | 214 | 146 | 70 | 0 | 33 | 74 | 55 | 41 | 53 | 46 |
| Binary | 10001100 | 1100110 | 111000 | 0 | 11011 | 111100 | 101101 | 100001 | 101011 | 100110 |
Color Harmonies of #8C6638
Complementary color
Monochromatic Colors of #8C6638
Black with #8C6638
Text Example
Text Example
White with #8C6638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6638; }
p { color: rgb(140,102,56); }
H1.HeaderClassName
{
color: #8C6638;
}
.AnyTagClassName
{
color: #8C6638;
}
</style>
background-color css
<style>
a { background-color: #8C6638; }
a { background-color: rgb(140,102,56); }
div.DivClassName
{
background-color: #8C6638;
}
.BgClassName
{
background-color: #8C6638;
}
</style>
border-color css
<style>
span { border-color: #8C6638; }
span { border-color: rgb(140,102,56); }
td.TdClassName
{
border-color: #8C6638;
}
.TagClassName
{
border-color: #8C6638;
}
</style>