Shades of McKenzie #8C6438
Tints of McKenzie #8C6438
RGB
CMYK
RGB Variations
Color information
#8C6438 (or 0x8C6438) is known color: McKenzie. HEX triplet: 8C, 64 and 38. RGB value is (140,100,56). Sum of RGB (Red+Green+Blue) = 140+100+56=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6438 is #739BC7. Grayscale: #6B6B6B. Windows color (decimal): -7576520 or 3695756. OLE color: 3695756.
HSL color Cylindrical-coordinate representation of color #8C6438: hue angle of 31.43º 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 #8C6438 is Cyan = 0, Magento = 0.29, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 56 | - |
| CMYK | 0 | 0.29 | 0.6 | 0.45 |
| HSL | 31.43º | 0.43% | 0.38% | - |
| HSV(B) | 31.43º | 0.6% | 0.55% | - |
| XYZ | 16.09 | 14.98 | 5.78 | - |
| YUV | 106.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 56 | 0 | 0.29 | 0.6 | 0.45 | 31.43 | 0.43 | 0.38 |
| Hex | 8C | 64 | 38 | 0 | 1D | 3C | 2D | 1F | 2B | 26 |
| Octal | 214 | 144 | 70 | 0 | 35 | 74 | 55 | 37 | 53 | 46 |
| Binary | 10001100 | 1100100 | 111000 | 0 | 11101 | 111100 | 101101 | 11111 | 101011 | 100110 |
Color Harmonies of #8C6438
Complementary color
Monochromatic Colors of #8C6438
Black with #8C6438
Text Example
Text Example
White with #8C6438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6438; }
p { color: rgb(140,100,56); }
H1.HeaderClassName
{
color: #8C6438;
}
.AnyTagClassName
{
color: #8C6438;
}
</style>
background-color css
<style>
a { background-color: #8C6438; }
a { background-color: rgb(140,100,56); }
div.DivClassName
{
background-color: #8C6438;
}
.BgClassName
{
background-color: #8C6438;
}
</style>
border-color css
<style>
span { border-color: #8C6438; }
span { border-color: rgb(140,100,56); }
td.TdClassName
{
border-color: #8C6438;
}
.TagClassName
{
border-color: #8C6438;
}
</style>