Shades of McKenzie #8C6C36
Tints of McKenzie #8C6C36
RGB
CMYK
RGB Variations
Color information
#8C6C36 (or 0x8C6C36) is known color: McKenzie. HEX triplet: 8C, 6C and 36. RGB value is (140,108,54). Sum of RGB (Red+Green+Blue) = 140+108+54=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6C36 is #7393C9. Grayscale: #6F6F6F. Windows color (decimal): -7574474 or 3566732. OLE color: 3566732.
HSL color Cylindrical-coordinate representation of color #8C6C36: hue angle of 37.67º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C6C36 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 108 | 54 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.45 |
| HSL | 37.67º | 0.44% | 0.38% | - |
| HSV(B) | 37.67º | 0.61% | 0.55% | - |
| XYZ | 16.84 | 16.57 | 5.8 | - |
| YUV | 111.41 | 95.6 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 54 | 0 | 0.23 | 0.61 | 0.45 | 37.67 | 0.44 | 0.38 |
| Hex | 8C | 6C | 36 | 0 | 17 | 3D | 2D | 26 | 2C | 26 |
| Octal | 214 | 154 | 66 | 0 | 27 | 75 | 55 | 46 | 54 | 46 |
| Binary | 10001100 | 1101100 | 110110 | 0 | 10111 | 111101 | 101101 | 100110 | 101100 | 100110 |
Color Harmonies of #8C6C36
Complementary color
Monochromatic Colors of #8C6C36
Black with #8C6C36
Text Example
Text Example
White with #8C6C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6C36; }
p { color: rgb(140,108,54); }
H1.HeaderClassName
{
color: #8C6C36;
}
.AnyTagClassName
{
color: #8C6C36;
}
</style>
background-color css
<style>
a { background-color: #8C6C36; }
a { background-color: rgb(140,108,54); }
div.DivClassName
{
background-color: #8C6C36;
}
.BgClassName
{
background-color: #8C6C36;
}
</style>
border-color css
<style>
span { border-color: #8C6C36; }
span { border-color: rgb(140,108,54); }
td.TdClassName
{
border-color: #8C6C36;
}
.TagClassName
{
border-color: #8C6C36;
}
</style>