Shades of Pale Oyster #998E73
Tints of Pale Oyster #998E73
RGB
CMYK
RGB Variations
Color information
#998E73 (or 0x998E73) is known color: Pale Oyster. HEX triplet: 99, 8E and 73. RGB value is (153,142,115). Sum of RGB (Red+Green+Blue) = 153+142+115=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #998E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E73 is #66718C. Grayscale: #8E8E8E. Windows color (decimal): -6713741 or 7573145. OLE color: 7573145.
HSL color Cylindrical-coordinate representation of color #998E73: hue angle of 42.63º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998E73 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 115 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.4 |
| HSL | 42.63º | 0.16% | 0.53% | - |
| HSV(B) | 42.63º | 0.25% | 0.6% | - |
| XYZ | 25.9 | 27.36 | 20.13 | - |
| YUV | 142.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 115 | 0 | 0.07 | 0.25 | 0.4 | 42.63 | 0.16 | 0.53 |
| Hex | 99 | 8E | 73 | 0 | 7 | 19 | 28 | 2B | 10 | 35 |
| Octal | 231 | 216 | 163 | 0 | 7 | 31 | 50 | 53 | 20 | 65 |
| Binary | 10011001 | 10001110 | 1110011 | 0 | 111 | 11001 | 101000 | 101011 | 10000 | 110101 |
Color Harmonies of #998E73
Complementary color
Monochromatic Colors of #998E73
Black with #998E73
Text Example
Text Example
White with #998E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E73; }
p { color: rgb(153,142,115); }
H1.HeaderClassName
{
color: #998E73;
}
.AnyTagClassName
{
color: #998E73;
}
</style>
background-color css
<style>
a { background-color: #998E73; }
a { background-color: rgb(153,142,115); }
div.DivClassName
{
background-color: #998E73;
}
.BgClassName
{
background-color: #998E73;
}
</style>
border-color css
<style>
span { border-color: #998E73; }
span { border-color: rgb(153,142,115); }
td.TdClassName
{
border-color: #998E73;
}
.TagClassName
{
border-color: #998E73;
}
</style>