Shades of McKenzie #8C6038
Tints of McKenzie #8C6038
RGB
CMYK
RGB Variations
Color information
#8C6038 (or 0x8C6038) is known color: McKenzie. HEX triplet: 8C, 60 and 38. RGB value is (140,96,56). Sum of RGB (Red+Green+Blue) = 140+96+56=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6038 is #739FC7. Grayscale: #686868. Windows color (decimal): -7577544 or 3694732. OLE color: 3694732.
HSL color Cylindrical-coordinate representation of color #8C6038: hue angle of 28.57º 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 #8C6038 is Cyan = 0, Magento = 0.31, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 56 | - |
| CMYK | 0 | 0.31 | 0.6 | 0.45 |
| HSL | 28.57º | 0.43% | 0.38% | - |
| HSV(B) | 28.57º | 0.6% | 0.55% | - |
| XYZ | 15.71 | 14.23 | 5.66 | - |
| YUV | 104.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 56 | 0 | 0.31 | 0.6 | 0.45 | 28.57 | 0.43 | 0.38 |
| Hex | 8C | 60 | 38 | 0 | 1F | 3C | 2D | 1D | 2B | 26 |
| Octal | 214 | 140 | 70 | 0 | 37 | 74 | 55 | 35 | 53 | 46 |
| Binary | 10001100 | 1100000 | 111000 | 0 | 11111 | 111100 | 101101 | 11101 | 101011 | 100110 |
Color Harmonies of #8C6038
Complementary color
Monochromatic Colors of #8C6038
Black with #8C6038
Text Example
Text Example
White with #8C6038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6038; }
p { color: rgb(140,96,56); }
H1.HeaderClassName
{
color: #8C6038;
}
.AnyTagClassName
{
color: #8C6038;
}
</style>
background-color css
<style>
a { background-color: #8C6038; }
a { background-color: rgb(140,96,56); }
div.DivClassName
{
background-color: #8C6038;
}
.BgClassName
{
background-color: #8C6038;
}
</style>
border-color css
<style>
span { border-color: #8C6038; }
span { border-color: rgb(140,96,56); }
td.TdClassName
{
border-color: #8C6038;
}
.TagClassName
{
border-color: #8C6038;
}
</style>