Shades of Manatee #868688
Tints of Manatee #868688
RGB
CMYK
RGB Variations
Color information
#868688 (or 0x868688) is known color: Manatee. HEX triplet: 86, 86 and 88. RGB value is (134,134,136). Sum of RGB (Red+Green+Blue) = 134+134+136=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 136 - color contains mainly: blue. Hex color #868688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868688 is #797977. Grayscale: #868686. Windows color (decimal): -7960952 or 8947334. OLE color: 8947334.
HSL color Cylindrical-coordinate representation of color #868688: hue angle of 240º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #868688 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 134 | 136 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.47 |
| HSL | 240º | 0.01% | 0.53% | - |
| HSV(B) | 240º | 0.01% | 0.53% | - |
| XYZ | 22.8 | 23.9 | 26.7 | - |
| YUV | 134.23 | 129 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 136 | 0.01 | 0.01 | 0 | 0.47 | 240 | 0.01 | 0.53 |
| Hex | 86 | 86 | 88 | 1 | 1 | 0 | 2F | F0 | 1 | 35 |
| Octal | 206 | 206 | 210 | 1 | 1 | 0 | 57 | 360 | 1 | 65 |
| Binary | 10000110 | 10000110 | 10001000 | 1 | 1 | 0 | 101111 | 11110000 | 1 | 110101 |
Color Harmonies of #868688
Complementary color
Monochromatic Colors of #868688
Black with #868688
Text Example
Text Example
White with #868688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868688; }
p { color: rgb(134,134,136); }
H1.HeaderClassName
{
color: #868688;
}
.AnyTagClassName
{
color: #868688;
}
</style>
background-color css
<style>
a { background-color: #868688; }
a { background-color: rgb(134,134,136); }
div.DivClassName
{
background-color: #868688;
}
.BgClassName
{
background-color: #868688;
}
</style>
border-color css
<style>
span { border-color: #868688; }
span { border-color: rgb(134,134,136); }
td.TdClassName
{
border-color: #868688;
}
.TagClassName
{
border-color: #868688;
}
</style>