Shades of Pale Oyster #998D75
Tints of Pale Oyster #998D75
RGB
CMYK
RGB Variations
Color information
#998D75 (or 0x998D75) is known color: Pale Oyster. HEX triplet: 99, 8D and 75. RGB value is (153,141,117). Sum of RGB (Red+Green+Blue) = 153+141+117=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #998D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D75 is #66728A. Grayscale: #8D8D8D. Windows color (decimal): -6713995 or 7703961. OLE color: 7703961.
HSL color Cylindrical-coordinate representation of color #998D75: hue angle of 40º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #998D75 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 117 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.4 |
| HSL | 40º | 0.15% | 0.53% | - |
| HSV(B) | 40º | 0.24% | 0.6% | - |
| XYZ | 25.87 | 27.11 | 20.7 | - |
| YUV | 141.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 117 | 0 | 0.08 | 0.24 | 0.4 | 40 | 0.15 | 0.53 |
| Hex | 99 | 8D | 75 | 0 | 8 | 18 | 28 | 28 | F | 35 |
| Octal | 231 | 215 | 165 | 0 | 10 | 30 | 50 | 50 | 17 | 65 |
| Binary | 10011001 | 10001101 | 1110101 | 0 | 1000 | 11000 | 101000 | 101000 | 1111 | 110101 |
Color Harmonies of #998D75
Complementary color
Monochromatic Colors of #998D75
Black with #998D75
Text Example
Text Example
White with #998D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D75; }
p { color: rgb(153,141,117); }
H1.HeaderClassName
{
color: #998D75;
}
.AnyTagClassName
{
color: #998D75;
}
</style>
background-color css
<style>
a { background-color: #998D75; }
a { background-color: rgb(153,141,117); }
div.DivClassName
{
background-color: #998D75;
}
.BgClassName
{
background-color: #998D75;
}
</style>
border-color css
<style>
span { border-color: #998D75; }
span { border-color: rgb(153,141,117); }
td.TdClassName
{
border-color: #998D75;
}
.TagClassName
{
border-color: #998D75;
}
</style>