Shades of McKenzie #8C6C38
Tints of McKenzie #8C6C38
RGB
CMYK
RGB Variations
Color information
#8C6C38 (or 0x8C6C38) is known color: McKenzie. HEX triplet: 8C, 6C and 38. RGB value is (140,108,56). Sum of RGB (Red+Green+Blue) = 140+108+56=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6C38 is #7393C7. Grayscale: #6F6F6F. Windows color (decimal): -7574472 or 3697804. OLE color: 3697804.
HSL color Cylindrical-coordinate representation of color #8C6C38: hue angle of 37.14º 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 #8C6C38 is Cyan = 0, Magento = 0.23, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 108 | 56 | - |
| CMYK | 0 | 0.23 | 0.6 | 0.45 |
| HSL | 37.14º | 0.43% | 0.38% | - |
| HSV(B) | 37.14º | 0.6% | 0.55% | - |
| XYZ | 16.89 | 16.59 | 6.05 | - |
| YUV | 111.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 56 | 0 | 0.23 | 0.6 | 0.45 | 37.14 | 0.43 | 0.38 |
| Hex | 8C | 6C | 38 | 0 | 17 | 3C | 2D | 25 | 2B | 26 |
| Octal | 214 | 154 | 70 | 0 | 27 | 74 | 55 | 45 | 53 | 46 |
| Binary | 10001100 | 1101100 | 111000 | 0 | 10111 | 111100 | 101101 | 100101 | 101011 | 100110 |
Color Harmonies of #8C6C38
Complementary color
Monochromatic Colors of #8C6C38
Black with #8C6C38
Text Example
Text Example
White with #8C6C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6C38; }
p { color: rgb(140,108,56); }
H1.HeaderClassName
{
color: #8C6C38;
}
.AnyTagClassName
{
color: #8C6C38;
}
</style>
background-color css
<style>
a { background-color: #8C6C38; }
a { background-color: rgb(140,108,56); }
div.DivClassName
{
background-color: #8C6C38;
}
.BgClassName
{
background-color: #8C6C38;
}
</style>
border-color css
<style>
span { border-color: #8C6C38; }
span { border-color: rgb(140,108,56); }
td.TdClassName
{
border-color: #8C6C38;
}
.TagClassName
{
border-color: #8C6C38;
}
</style>