Shades of McKenzie #8D613D
Tints of McKenzie #8D613D
RGB
CMYK
RGB Variations
Color information
#8D613D (or 0x8D613D) is known color: McKenzie. HEX triplet: 8D, 61 and 3D. RGB value is (141,97,61). Sum of RGB (Red+Green+Blue) = 141+97+61=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D613D is #729EC2. Grayscale: #6A6A6A. Windows color (decimal): -7511747 or 4022669. OLE color: 4022669.
HSL color Cylindrical-coordinate representation of color #8D613D: hue angle of 27º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D613D is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 61 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.45 |
| HSL | 27º | 0.4% | 0.4% | - |
| HSV(B) | 27º | 0.57% | 0.55% | - |
| XYZ | 16.1 | 14.55 | 6.37 | - |
| YUV | 106.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 61 | 0 | 0.31 | 0.57 | 0.45 | 27 | 0.4 | 0.4 |
| Hex | 8D | 61 | 3D | 0 | 1F | 39 | 2D | 1B | 28 | 28 |
| Octal | 215 | 141 | 75 | 0 | 37 | 71 | 55 | 33 | 50 | 50 |
| Binary | 10001101 | 1100001 | 111101 | 0 | 11111 | 111001 | 101101 | 11011 | 101000 | 101000 |
Color Harmonies of #8D613D
Complementary color
Monochromatic Colors of #8D613D
Black with #8D613D
Text Example
Text Example
White with #8D613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D613D; }
p { color: rgb(141,97,61); }
H1.HeaderClassName
{
color: #8D613D;
}
.AnyTagClassName
{
color: #8D613D;
}
</style>
background-color css
<style>
a { background-color: #8D613D; }
a { background-color: rgb(141,97,61); }
div.DivClassName
{
background-color: #8D613D;
}
.BgClassName
{
background-color: #8D613D;
}
</style>
border-color css
<style>
span { border-color: #8D613D; }
span { border-color: rgb(141,97,61); }
td.TdClassName
{
border-color: #8D613D;
}
.TagClassName
{
border-color: #8D613D;
}
</style>