Shades of McKenzie #8D663C
Tints of McKenzie #8D663C
RGB
CMYK
RGB Variations
Color information
#8D663C (or 0x8D663C) is known color: McKenzie. HEX triplet: 8D, 66 and 3C. RGB value is (141,102,60). Sum of RGB (Red+Green+Blue) = 141+102+60=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D663C is #7299C3. Grayscale: #6D6D6D. Windows color (decimal): -7510468 or 3958413. OLE color: 3958413.
HSL color Cylindrical-coordinate representation of color #8D663C: hue angle of 31.11º 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 #8D663C is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 60 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.45 |
| HSL | 31.11º | 0.4% | 0.39% | - |
| HSV(B) | 31.11º | 0.57% | 0.55% | - |
| XYZ | 16.55 | 15.49 | 6.39 | - |
| YUV | 108.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 60 | 0 | 0.28 | 0.57 | 0.45 | 31.11 | 0.4 | 0.39 |
| Hex | 8D | 66 | 3C | 0 | 1C | 39 | 2D | 1F | 28 | 27 |
| Octal | 215 | 146 | 74 | 0 | 34 | 71 | 55 | 37 | 50 | 47 |
| Binary | 10001101 | 1100110 | 111100 | 0 | 11100 | 111001 | 101101 | 11111 | 101000 | 100111 |
Color Harmonies of #8D663C
Complementary color
Monochromatic Colors of #8D663C
Black with #8D663C
Text Example
Text Example
White with #8D663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D663C; }
p { color: rgb(141,102,60); }
H1.HeaderClassName
{
color: #8D663C;
}
.AnyTagClassName
{
color: #8D663C;
}
</style>
background-color css
<style>
a { background-color: #8D663C; }
a { background-color: rgb(141,102,60); }
div.DivClassName
{
background-color: #8D663C;
}
.BgClassName
{
background-color: #8D663C;
}
</style>
border-color css
<style>
span { border-color: #8D663C; }
span { border-color: rgb(141,102,60); }
td.TdClassName
{
border-color: #8D663C;
}
.TagClassName
{
border-color: #8D663C;
}
</style>