Shades of Pale Oyster #998771
Tints of Pale Oyster #998771
RGB
CMYK
RGB Variations
Color information
#998771 (or 0x998771) is known color: Pale Oyster. HEX triplet: 99, 87 and 71. RGB value is (153,135,113). Sum of RGB (Red+Green+Blue) = 153+135+113=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #998771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998771 is #66788E. Grayscale: #898989. Windows color (decimal): -6715535 or 7440281. OLE color: 7440281.
HSL color Cylindrical-coordinate representation of color #998771: hue angle of 33º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #998771 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 135 | 113 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.4 |
| HSL | 33º | 0.16% | 0.52% | - |
| HSV(B) | 33º | 0.26% | 0.6% | - |
| XYZ | 24.78 | 25.29 | 19.2 | - |
| YUV | 137.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 113 | 0 | 0.12 | 0.26 | 0.4 | 33 | 0.16 | 0.52 |
| Hex | 99 | 87 | 71 | 0 | C | 1A | 28 | 21 | 10 | 34 |
| Octal | 231 | 207 | 161 | 0 | 14 | 32 | 50 | 41 | 20 | 64 |
| Binary | 10011001 | 10000111 | 1110001 | 0 | 1100 | 11010 | 101000 | 100001 | 10000 | 110100 |
Color Harmonies of #998771
Complementary color
Monochromatic Colors of #998771
Black with #998771
Text Example
Text Example
White with #998771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998771; }
p { color: rgb(153,135,113); }
H1.HeaderClassName
{
color: #998771;
}
.AnyTagClassName
{
color: #998771;
}
</style>
background-color css
<style>
a { background-color: #998771; }
a { background-color: rgb(153,135,113); }
div.DivClassName
{
background-color: #998771;
}
.BgClassName
{
background-color: #998771;
}
</style>
border-color css
<style>
span { border-color: #998771; }
span { border-color: rgb(153,135,113); }
td.TdClassName
{
border-color: #998771;
}
.TagClassName
{
border-color: #998771;
}
</style>