Shades of McKenzie #886C3C
Tints of McKenzie #886C3C
RGB
CMYK
RGB Variations
Color information
#886C3C (or 0x886C3C) is known color: McKenzie. HEX triplet: 88, 6C and 3C. RGB value is (136,108,60). Sum of RGB (Red+Green+Blue) = 136+108+60=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #886C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886C3C is #7793C3. Grayscale: #6F6F6F. Windows color (decimal): -7836612 or 3959944. OLE color: 3959944.
HSL color Cylindrical-coordinate representation of color #886C3C: hue angle of 37.89º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #886C3C is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 108 | 60 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.47 |
| HSL | 37.89º | 0.39% | 0.38% | - |
| HSV(B) | 37.89º | 0.56% | 0.53% | - |
| XYZ | 16.33 | 16.29 | 6.56 | - |
| YUV | 110.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 60 | 0 | 0.21 | 0.56 | 0.47 | 37.89 | 0.39 | 0.38 |
| Hex | 88 | 6C | 3C | 0 | 15 | 38 | 2F | 26 | 27 | 26 |
| Octal | 210 | 154 | 74 | 0 | 25 | 70 | 57 | 46 | 47 | 46 |
| Binary | 10001000 | 1101100 | 111100 | 0 | 10101 | 111000 | 101111 | 100110 | 100111 | 100110 |
Color Harmonies of #886C3C
Complementary color
Monochromatic Colors of #886C3C
Black with #886C3C
Text Example
Text Example
White with #886C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886C3C; }
p { color: rgb(136,108,60); }
H1.HeaderClassName
{
color: #886C3C;
}
.AnyTagClassName
{
color: #886C3C;
}
</style>
background-color css
<style>
a { background-color: #886C3C; }
a { background-color: rgb(136,108,60); }
div.DivClassName
{
background-color: #886C3C;
}
.BgClassName
{
background-color: #886C3C;
}
</style>
border-color css
<style>
span { border-color: #886C3C; }
span { border-color: rgb(136,108,60); }
td.TdClassName
{
border-color: #886C3C;
}
.TagClassName
{
border-color: #886C3C;
}
</style>