Shades of McKenzie #8D613C
Tints of McKenzie #8D613C
RGB
CMYK
RGB Variations
Color information
#8D613C (or 0x8D613C) is known color: McKenzie. HEX triplet: 8D, 61 and 3C. RGB value is (141,97,60). Sum of RGB (Red+Green+Blue) = 141+97+60=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D613C is #729EC3. Grayscale: #6A6A6A. Windows color (decimal): -7511748 or 3957133. OLE color: 3957133.
HSL color Cylindrical-coordinate representation of color #8D613C: hue angle of 27.41º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D613C is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 60 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.45 |
| HSL | 27.41º | 0.4% | 0.39% | - |
| HSV(B) | 27.41º | 0.57% | 0.55% | - |
| XYZ | 16.07 | 14.54 | 6.23 | - |
| YUV | 105.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 60 | 0 | 0.31 | 0.57 | 0.45 | 27.41 | 0.4 | 0.39 |
| Hex | 8D | 61 | 3C | 0 | 1F | 39 | 2D | 1B | 28 | 27 |
| Octal | 215 | 141 | 74 | 0 | 37 | 71 | 55 | 33 | 50 | 47 |
| Binary | 10001101 | 1100001 | 111100 | 0 | 11111 | 111001 | 101101 | 11011 | 101000 | 100111 |
Color Harmonies of #8D613C
Complementary color
Monochromatic Colors of #8D613C
Black with #8D613C
Text Example
Text Example
White with #8D613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D613C; }
p { color: rgb(141,97,60); }
H1.HeaderClassName
{
color: #8D613C;
}
.AnyTagClassName
{
color: #8D613C;
}
</style>
background-color css
<style>
a { background-color: #8D613C; }
a { background-color: rgb(141,97,60); }
div.DivClassName
{
background-color: #8D613C;
}
.BgClassName
{
background-color: #8D613C;
}
</style>
border-color css
<style>
span { border-color: #8D613C; }
span { border-color: rgb(141,97,60); }
td.TdClassName
{
border-color: #8D613C;
}
.TagClassName
{
border-color: #8D613C;
}
</style>