Shades of McKenzie #8C6C41
Tints of McKenzie #8C6C41
RGB
CMYK
RGB Variations
Color information
#8C6C41 (or 0x8C6C41) is known color: McKenzie. HEX triplet: 8C, 6C and 41. RGB value is (140,108,65). Sum of RGB (Red+Green+Blue) = 140+108+65=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6C41 is #7393BE. Grayscale: #707070. Windows color (decimal): -7574463 or 4287628. OLE color: 4287628.
HSL color Cylindrical-coordinate representation of color #8C6C41: hue angle of 34.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C6C41 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 108 | 65 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.45 |
| HSL | 34.4º | 0.37% | 0.4% | - |
| HSV(B) | 34.4º | 0.54% | 0.55% | - |
| XYZ | 17.13 | 16.68 | 7.32 | - |
| YUV | 112.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 65 | 0 | 0.23 | 0.54 | 0.45 | 34.4 | 0.37 | 0.4 |
| Hex | 8C | 6C | 41 | 0 | 17 | 36 | 2D | 22 | 25 | 28 |
| Octal | 214 | 154 | 101 | 0 | 27 | 66 | 55 | 42 | 45 | 50 |
| Binary | 10001100 | 1101100 | 1000001 | 0 | 10111 | 110110 | 101101 | 100010 | 100101 | 101000 |
Color Harmonies of #8C6C41
Complementary color
Monochromatic Colors of #8C6C41
Black with #8C6C41
Text Example
Text Example
White with #8C6C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6C41; }
p { color: rgb(140,108,65); }
H1.HeaderClassName
{
color: #8C6C41;
}
.AnyTagClassName
{
color: #8C6C41;
}
</style>
background-color css
<style>
a { background-color: #8C6C41; }
a { background-color: rgb(140,108,65); }
div.DivClassName
{
background-color: #8C6C41;
}
.BgClassName
{
background-color: #8C6C41;
}
</style>
border-color css
<style>
span { border-color: #8C6C41; }
span { border-color: rgb(140,108,65); }
td.TdClassName
{
border-color: #8C6C41;
}
.TagClassName
{
border-color: #8C6C41;
}
</style>