Shades of McKenzie #886B3C
Tints of McKenzie #886B3C
RGB
CMYK
RGB Variations
Color information
#886B3C (or 0x886B3C) is known color: McKenzie. HEX triplet: 88, 6B and 3C. RGB value is (136,107,60). Sum of RGB (Red+Green+Blue) = 136+107+60=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #886B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B3C is #7794C3. Grayscale: #6E6E6E. Windows color (decimal): -7836868 or 3959688. OLE color: 3959688.
HSL color Cylindrical-coordinate representation of color #886B3C: hue angle of 37.11º 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 #886B3C is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 60 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.47 |
| HSL | 37.11º | 0.39% | 0.38% | - |
| HSV(B) | 37.11º | 0.56% | 0.53% | - |
| XYZ | 16.23 | 16.08 | 6.52 | - |
| YUV | 110.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 60 | 0 | 0.21 | 0.56 | 0.47 | 37.11 | 0.39 | 0.38 |
| Hex | 88 | 6B | 3C | 0 | 15 | 38 | 2F | 25 | 27 | 26 |
| Octal | 210 | 153 | 74 | 0 | 25 | 70 | 57 | 45 | 47 | 46 |
| Binary | 10001000 | 1101011 | 111100 | 0 | 10101 | 111000 | 101111 | 100101 | 100111 | 100110 |
Color Harmonies of #886B3C
Complementary color
Monochromatic Colors of #886B3C
Black with #886B3C
Text Example
Text Example
White with #886B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B3C; }
p { color: rgb(136,107,60); }
H1.HeaderClassName
{
color: #886B3C;
}
.AnyTagClassName
{
color: #886B3C;
}
</style>
background-color css
<style>
a { background-color: #886B3C; }
a { background-color: rgb(136,107,60); }
div.DivClassName
{
background-color: #886B3C;
}
.BgClassName
{
background-color: #886B3C;
}
</style>
border-color css
<style>
span { border-color: #886B3C; }
span { border-color: rgb(136,107,60); }
td.TdClassName
{
border-color: #886B3C;
}
.TagClassName
{
border-color: #886B3C;
}
</style>