Shades of Pale Oyster #998970
Tints of Pale Oyster #998970
RGB
CMYK
RGB Variations
Color information
#998970 (or 0x998970) is known color: Pale Oyster. HEX triplet: 99, 89 and 70. RGB value is (153,137,112). Sum of RGB (Red+Green+Blue) = 153+137+112=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #998970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998970 is #66768F. Grayscale: #8B8B8B. Windows color (decimal): -6715024 or 7375257. OLE color: 7375257.
HSL color Cylindrical-coordinate representation of color #998970: hue angle of 36.59º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #998970 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 112 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.4 |
| HSL | 36.59º | 0.17% | 0.52% | - |
| HSV(B) | 36.59º | 0.27% | 0.6% | - |
| XYZ | 25.01 | 25.83 | 19 | - |
| YUV | 138.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 112 | 0 | 0.10 | 0.27 | 0.4 | 36.59 | 0.17 | 0.52 |
| Hex | 99 | 89 | 70 | 0 | A | 1B | 28 | 25 | 11 | 34 |
| Octal | 231 | 211 | 160 | 0 | 12 | 33 | 50 | 45 | 21 | 64 |
| Binary | 10011001 | 10001001 | 1110000 | 0 | 1010 | 11011 | 101000 | 100101 | 10001 | 110100 |
Color Harmonies of #998970
Complementary color
Monochromatic Colors of #998970
Black with #998970
Text Example
Text Example
White with #998970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998970; }
p { color: rgb(153,137,112); }
H1.HeaderClassName
{
color: #998970;
}
.AnyTagClassName
{
color: #998970;
}
</style>
background-color css
<style>
a { background-color: #998970; }
a { background-color: rgb(153,137,112); }
div.DivClassName
{
background-color: #998970;
}
.BgClassName
{
background-color: #998970;
}
</style>
border-color css
<style>
span { border-color: #998970; }
span { border-color: rgb(153,137,112); }
td.TdClassName
{
border-color: #998970;
}
.TagClassName
{
border-color: #998970;
}
</style>