Shades of McKenzie #8C6938
Tints of McKenzie #8C6938
RGB
CMYK
RGB Variations
Color information
#8C6938 (or 0x8C6938) is known color: McKenzie. HEX triplet: 8C, 69 and 38. RGB value is (140,105,56). Sum of RGB (Red+Green+Blue) = 140+105+56=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6938 is #7396C7. Grayscale: #6E6E6E. Windows color (decimal): -7575240 or 3697036. OLE color: 3697036.
HSL color Cylindrical-coordinate representation of color #8C6938: hue angle of 35º 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 #8C6938 is Cyan = 0, Magento = 0.25, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 56 | - |
| CMYK | 0 | 0.25 | 0.6 | 0.45 |
| HSL | 35º | 0.43% | 0.38% | - |
| HSV(B) | 35º | 0.6% | 0.55% | - |
| XYZ | 16.58 | 15.96 | 5.95 | - |
| YUV | 109.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 56 | 0 | 0.25 | 0.6 | 0.45 | 35 | 0.43 | 0.38 |
| Hex | 8C | 69 | 38 | 0 | 19 | 3C | 2D | 23 | 2B | 26 |
| Octal | 214 | 151 | 70 | 0 | 31 | 74 | 55 | 43 | 53 | 46 |
| Binary | 10001100 | 1101001 | 111000 | 0 | 11001 | 111100 | 101101 | 100011 | 101011 | 100110 |
Color Harmonies of #8C6938
Complementary color
Monochromatic Colors of #8C6938
Black with #8C6938
Text Example
Text Example
White with #8C6938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6938; }
p { color: rgb(140,105,56); }
H1.HeaderClassName
{
color: #8C6938;
}
.AnyTagClassName
{
color: #8C6938;
}
</style>
background-color css
<style>
a { background-color: #8C6938; }
a { background-color: rgb(140,105,56); }
div.DivClassName
{
background-color: #8C6938;
}
.BgClassName
{
background-color: #8C6938;
}
</style>
border-color css
<style>
span { border-color: #8C6938; }
span { border-color: rgb(140,105,56); }
td.TdClassName
{
border-color: #8C6938;
}
.TagClassName
{
border-color: #8C6938;
}
</style>