Shades of Pale Oyster #998872
Tints of Pale Oyster #998872
RGB
CMYK
RGB Variations
Color information
#998872 (or 0x998872) is known color: Pale Oyster. HEX triplet: 99, 88 and 72. RGB value is (153,136,114). Sum of RGB (Red+Green+Blue) = 153+136+114=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #998872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998872 is #66778D. Grayscale: #8A8A8A. Windows color (decimal): -6715278 or 7506073. OLE color: 7506073.
HSL color Cylindrical-coordinate representation of color #998872: hue angle of 33.85º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998872 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 114 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.4 |
| HSL | 33.85º | 0.16% | 0.52% | - |
| HSV(B) | 33.85º | 0.25% | 0.6% | - |
| XYZ | 24.98 | 25.6 | 19.54 | - |
| YUV | 138.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 114 | 0 | 0.11 | 0.25 | 0.4 | 33.85 | 0.16 | 0.52 |
| Hex | 99 | 88 | 72 | 0 | B | 19 | 28 | 22 | 10 | 34 |
| Octal | 231 | 210 | 162 | 0 | 13 | 31 | 50 | 42 | 20 | 64 |
| Binary | 10011001 | 10001000 | 1110010 | 0 | 1011 | 11001 | 101000 | 100010 | 10000 | 110100 |
Color Harmonies of #998872
Complementary color
Monochromatic Colors of #998872
Black with #998872
Text Example
Text Example
White with #998872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998872; }
p { color: rgb(153,136,114); }
H1.HeaderClassName
{
color: #998872;
}
.AnyTagClassName
{
color: #998872;
}
</style>
background-color css
<style>
a { background-color: #998872; }
a { background-color: rgb(153,136,114); }
div.DivClassName
{
background-color: #998872;
}
.BgClassName
{
background-color: #998872;
}
</style>
border-color css
<style>
span { border-color: #998872; }
span { border-color: rgb(153,136,114); }
td.TdClassName
{
border-color: #998872;
}
.TagClassName
{
border-color: #998872;
}
</style>