Shades of McKenzie #8C6436
Tints of McKenzie #8C6436
RGB
CMYK
RGB Variations
Color information
#8C6436 (or 0x8C6436) is known color: McKenzie. HEX triplet: 8C, 64 and 36. RGB value is (140,100,54). Sum of RGB (Red+Green+Blue) = 140+100+54=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6436 is #739BC9. Grayscale: #6A6A6A. Windows color (decimal): -7576522 or 3564684. OLE color: 3564684.
HSL color Cylindrical-coordinate representation of color #8C6436: hue angle of 32.09º 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 #8C6436 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 54 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.45 |
| HSL | 32.09º | 0.44% | 0.38% | - |
| HSV(B) | 32.09º | 0.61% | 0.55% | - |
| XYZ | 16.04 | 14.96 | 5.53 | - |
| YUV | 106.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 54 | 0 | 0.29 | 0.61 | 0.45 | 32.09 | 0.44 | 0.38 |
| Hex | 8C | 64 | 36 | 0 | 1D | 3D | 2D | 20 | 2C | 26 |
| Octal | 214 | 144 | 66 | 0 | 35 | 75 | 55 | 40 | 54 | 46 |
| Binary | 10001100 | 1100100 | 110110 | 0 | 11101 | 111101 | 101101 | 100000 | 101100 | 100110 |
Color Harmonies of #8C6436
Complementary color
Monochromatic Colors of #8C6436
Black with #8C6436
Text Example
Text Example
White with #8C6436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6436; }
p { color: rgb(140,100,54); }
H1.HeaderClassName
{
color: #8C6436;
}
.AnyTagClassName
{
color: #8C6436;
}
</style>
background-color css
<style>
a { background-color: #8C6436; }
a { background-color: rgb(140,100,54); }
div.DivClassName
{
background-color: #8C6436;
}
.BgClassName
{
background-color: #8C6436;
}
</style>
border-color css
<style>
span { border-color: #8C6436; }
span { border-color: rgb(140,100,54); }
td.TdClassName
{
border-color: #8C6436;
}
.TagClassName
{
border-color: #8C6436;
}
</style>