Shades of Pale Oyster #998D74
Tints of Pale Oyster #998D74
RGB
CMYK
RGB Variations
Color information
#998D74 (or 0x998D74) is known color: Pale Oyster. HEX triplet: 99, 8D and 74. RGB value is (153,141,116). Sum of RGB (Red+Green+Blue) = 153+141+116=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #998D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D74 is #66728B. Grayscale: #8D8D8D. Windows color (decimal): -6713996 or 7638425. OLE color: 7638425.
HSL color Cylindrical-coordinate representation of color #998D74: hue angle of 40.54º 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 #998D74 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 116 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.4 |
| HSL | 40.54º | 0.15% | 0.53% | - |
| HSV(B) | 40.54º | 0.24% | 0.6% | - |
| XYZ | 25.81 | 27.08 | 20.39 | - |
| YUV | 141.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 116 | 0 | 0.08 | 0.24 | 0.4 | 40.54 | 0.15 | 0.53 |
| Hex | 99 | 8D | 74 | 0 | 8 | 18 | 28 | 29 | F | 35 |
| Octal | 231 | 215 | 164 | 0 | 10 | 30 | 50 | 51 | 17 | 65 |
| Binary | 10011001 | 10001101 | 1110100 | 0 | 1000 | 11000 | 101000 | 101001 | 1111 | 110101 |
Color Harmonies of #998D74
Complementary color
Monochromatic Colors of #998D74
Black with #998D74
Text Example
Text Example
White with #998D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D74; }
p { color: rgb(153,141,116); }
H1.HeaderClassName
{
color: #998D74;
}
.AnyTagClassName
{
color: #998D74;
}
</style>
background-color css
<style>
a { background-color: #998D74; }
a { background-color: rgb(153,141,116); }
div.DivClassName
{
background-color: #998D74;
}
.BgClassName
{
background-color: #998D74;
}
</style>
border-color css
<style>
span { border-color: #998D74; }
span { border-color: rgb(153,141,116); }
td.TdClassName
{
border-color: #998D74;
}
.TagClassName
{
border-color: #998D74;
}
</style>