Shades of Pale Oyster #998B70
Tints of Pale Oyster #998B70
RGB
CMYK
RGB Variations
Color information
#998B70 (or 0x998B70) is known color: Pale Oyster. HEX triplet: 99, 8B and 70. RGB value is (153,139,112). Sum of RGB (Red+Green+Blue) = 153+139+112=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #998B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B70 is #66748F. Grayscale: #8C8C8C. Windows color (decimal): -6714512 or 7375769. OLE color: 7375769.
HSL color Cylindrical-coordinate representation of color #998B70: hue angle of 39.51º 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 #998B70 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 112 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.4 |
| HSL | 39.51º | 0.17% | 0.52% | - |
| HSV(B) | 39.51º | 0.27% | 0.6% | - |
| XYZ | 25.29 | 26.41 | 19.09 | - |
| YUV | 140.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 112 | 0 | 0.09 | 0.27 | 0.4 | 39.51 | 0.17 | 0.52 |
| Hex | 99 | 8B | 70 | 0 | 9 | 1B | 28 | 28 | 11 | 34 |
| Octal | 231 | 213 | 160 | 0 | 11 | 33 | 50 | 50 | 21 | 64 |
| Binary | 10011001 | 10001011 | 1110000 | 0 | 1001 | 11011 | 101000 | 101000 | 10001 | 110100 |
Color Harmonies of #998B70
Complementary color
Monochromatic Colors of #998B70
Black with #998B70
Text Example
Text Example
White with #998B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B70; }
p { color: rgb(153,139,112); }
H1.HeaderClassName
{
color: #998B70;
}
.AnyTagClassName
{
color: #998B70;
}
</style>
background-color css
<style>
a { background-color: #998B70; }
a { background-color: rgb(153,139,112); }
div.DivClassName
{
background-color: #998B70;
}
.BgClassName
{
background-color: #998B70;
}
</style>
border-color css
<style>
span { border-color: #998B70; }
span { border-color: rgb(153,139,112); }
td.TdClassName
{
border-color: #998B70;
}
.TagClassName
{
border-color: #998B70;
}
</style>