Shades of McKenzie #8E6338
Tints of McKenzie #8E6338
RGB
CMYK
RGB Variations
Color information
#8E6338 (or 0x8E6338) is known color: McKenzie. HEX triplet: 8E, 63 and 38. RGB value is (142,99,56). Sum of RGB (Red+Green+Blue) = 142+99+56=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6338 is #719CC7. Grayscale: #6B6B6B. Windows color (decimal): -7445704 or 3695502. OLE color: 3695502.
HSL color Cylindrical-coordinate representation of color #8E6338: hue angle of 30º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E6338 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 99 | 56 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.44 |
| HSL | 30º | 0.43% | 0.39% | - |
| HSV(B) | 30º | 0.61% | 0.56% | - |
| XYZ | 16.33 | 14.96 | 5.77 | - |
| YUV | 106.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 99 | 56 | 0 | 0.30 | 0.61 | 0.44 | 30 | 0.43 | 0.39 |
| Hex | 8E | 63 | 38 | 0 | 1E | 3D | 2C | 1E | 2B | 27 |
| Octal | 216 | 143 | 70 | 0 | 36 | 75 | 54 | 36 | 53 | 47 |
| Binary | 10001110 | 1100011 | 111000 | 0 | 11110 | 111101 | 101100 | 11110 | 101011 | 100111 |
Color Harmonies of #8E6338
Complementary color
Monochromatic Colors of #8E6338
Black with #8E6338
Text Example
Text Example
White with #8E6338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6338; }
p { color: rgb(142,99,56); }
H1.HeaderClassName
{
color: #8E6338;
}
.AnyTagClassName
{
color: #8E6338;
}
</style>
background-color css
<style>
a { background-color: #8E6338; }
a { background-color: rgb(142,99,56); }
div.DivClassName
{
background-color: #8E6338;
}
.BgClassName
{
background-color: #8E6338;
}
</style>
border-color css
<style>
span { border-color: #8E6338; }
span { border-color: rgb(142,99,56); }
td.TdClassName
{
border-color: #8E6338;
}
.TagClassName
{
border-color: #8E6338;
}
</style>