Shades of Pale Oyster #988867
Tints of Pale Oyster #988867
RGB
CMYK
RGB Variations
Color information
#988867 (or 0x988867) is known color: Pale Oyster. HEX triplet: 98, 88 and 67. RGB value is (152,136,103). Sum of RGB (Red+Green+Blue) = 152+136+103=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #988867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988867 is #677798. Grayscale: #898989. Windows color (decimal): -6780825 or 6785176. OLE color: 6785176.
HSL color Cylindrical-coordinate representation of color #988867: hue angle of 40.41º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #988867 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 136 | 103 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.40 |
| HSL | 40.41º | 0.19% | 0.5% | - |
| HSV(B) | 40.41º | 0.32% | 0.6% | - |
| XYZ | 24.2 | 25.26 | 16.43 | - |
| YUV | 137.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 103 | 0 | 0.11 | 0.32 | 0.40 | 40.41 | 0.19 | 0.5 |
| Hex | 98 | 88 | 67 | 0 | B | 20 | 28 | 28 | 13 | 32 |
| Octal | 230 | 210 | 147 | 0 | 13 | 40 | 50 | 50 | 23 | 62 |
| Binary | 10011000 | 10001000 | 1100111 | 0 | 1011 | 100000 | 101000 | 101000 | 10011 | 110010 |
Color Harmonies of #988867
Complementary color
Monochromatic Colors of #988867
Black with #988867
Text Example
Text Example
White with #988867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988867; }
p { color: rgb(152,136,103); }
H1.HeaderClassName
{
color: #988867;
}
.AnyTagClassName
{
color: #988867;
}
</style>
background-color css
<style>
a { background-color: #988867; }
a { background-color: rgb(152,136,103); }
div.DivClassName
{
background-color: #988867;
}
.BgClassName
{
background-color: #988867;
}
</style>
border-color css
<style>
span { border-color: #988867; }
span { border-color: rgb(152,136,103); }
td.TdClassName
{
border-color: #988867;
}
.TagClassName
{
border-color: #988867;
}
</style>