Shades of Pale Oyster #98896A
Tints of Pale Oyster #98896A
RGB
CMYK
RGB Variations
Color information
#98896A (or 0x98896A) is known color: Pale Oyster. HEX triplet: 98, 89 and 6A. RGB value is (152,137,106). Sum of RGB (Red+Green+Blue) = 152+137+106=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #98896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98896A is #677695. Grayscale: #8A8A8A. Windows color (decimal): -6780566 or 6982040. OLE color: 6982040.
HSL color Cylindrical-coordinate representation of color #98896A: hue angle of 40.43º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98896A is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 137 | 106 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.40 |
| HSL | 40.43º | 0.18% | 0.51% | - |
| HSV(B) | 40.43º | 0.3% | 0.6% | - |
| XYZ | 24.5 | 25.61 | 17.29 | - |
| YUV | 137.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 106 | 0 | 0.10 | 0.30 | 0.40 | 40.43 | 0.18 | 0.51 |
| Hex | 98 | 89 | 6A | 0 | A | 1E | 28 | 28 | 12 | 33 |
| Octal | 230 | 211 | 152 | 0 | 12 | 36 | 50 | 50 | 22 | 63 |
| Binary | 10011000 | 10001001 | 1101010 | 0 | 1010 | 11110 | 101000 | 101000 | 10010 | 110011 |
Color Harmonies of #98896A
Complementary color
Monochromatic Colors of #98896A
Black with #98896A
Text Example
Text Example
White with #98896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98896A; }
p { color: rgb(152,137,106); }
H1.HeaderClassName
{
color: #98896A;
}
.AnyTagClassName
{
color: #98896A;
}
</style>
background-color css
<style>
a { background-color: #98896A; }
a { background-color: rgb(152,137,106); }
div.DivClassName
{
background-color: #98896A;
}
.BgClassName
{
background-color: #98896A;
}
</style>
border-color css
<style>
span { border-color: #98896A; }
span { border-color: rgb(152,137,106); }
td.TdClassName
{
border-color: #98896A;
}
.TagClassName
{
border-color: #98896A;
}
</style>