Shades of McKenzie #8C6838
Tints of McKenzie #8C6838
RGB
CMYK
RGB Variations
Color information
#8C6838 (or 0x8C6838) is known color: McKenzie. HEX triplet: 8C, 68 and 38. RGB value is (140,104,56). Sum of RGB (Red+Green+Blue) = 140+104+56=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6838 is #7397C7. Grayscale: #6D6D6D. Windows color (decimal): -7575496 or 3696780. OLE color: 3696780.
HSL color Cylindrical-coordinate representation of color #8C6838: hue angle of 34.29º 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 #8C6838 is Cyan = 0, Magento = 0.26, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 104 | 56 | - |
| CMYK | 0 | 0.26 | 0.6 | 0.45 |
| HSL | 34.29º | 0.43% | 0.38% | - |
| HSV(B) | 34.29º | 0.6% | 0.55% | - |
| XYZ | 16.48 | 15.76 | 5.92 | - |
| YUV | 109.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 56 | 0 | 0.26 | 0.6 | 0.45 | 34.29 | 0.43 | 0.38 |
| Hex | 8C | 68 | 38 | 0 | 1A | 3C | 2D | 22 | 2B | 26 |
| Octal | 214 | 150 | 70 | 0 | 32 | 74 | 55 | 42 | 53 | 46 |
| Binary | 10001100 | 1101000 | 111000 | 0 | 11010 | 111100 | 101101 | 100010 | 101011 | 100110 |
Color Harmonies of #8C6838
Complementary color
Monochromatic Colors of #8C6838
Black with #8C6838
Text Example
Text Example
White with #8C6838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6838; }
p { color: rgb(140,104,56); }
H1.HeaderClassName
{
color: #8C6838;
}
.AnyTagClassName
{
color: #8C6838;
}
</style>
background-color css
<style>
a { background-color: #8C6838; }
a { background-color: rgb(140,104,56); }
div.DivClassName
{
background-color: #8C6838;
}
.BgClassName
{
background-color: #8C6838;
}
</style>
border-color css
<style>
span { border-color: #8C6838; }
span { border-color: rgb(140,104,56); }
td.TdClassName
{
border-color: #8C6838;
}
.TagClassName
{
border-color: #8C6838;
}
</style>