Shades of Pale Oyster #98896C
Tints of Pale Oyster #98896C
RGB
CMYK
RGB Variations
Color information
#98896C (or 0x98896C) is known color: Pale Oyster. HEX triplet: 98, 89 and 6C. RGB value is (152,137,108). Sum of RGB (Red+Green+Blue) = 152+137+108=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #98896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98896C is #677693. Grayscale: #8A8A8A. Windows color (decimal): -6780564 or 7113112. OLE color: 7113112.
HSL color Cylindrical-coordinate representation of color #98896C: hue angle of 39.55º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98896C is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 137 | 108 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.40 |
| HSL | 39.55º | 0.18% | 0.51% | - |
| HSV(B) | 39.55º | 0.29% | 0.6% | - |
| XYZ | 24.6 | 25.65 | 17.84 | - |
| YUV | 138.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 108 | 0 | 0.10 | 0.29 | 0.40 | 39.55 | 0.18 | 0.51 |
| Hex | 98 | 89 | 6C | 0 | A | 1D | 28 | 28 | 12 | 33 |
| Octal | 230 | 211 | 154 | 0 | 12 | 35 | 50 | 50 | 22 | 63 |
| Binary | 10011000 | 10001001 | 1101100 | 0 | 1010 | 11101 | 101000 | 101000 | 10010 | 110011 |
Color Harmonies of #98896C
Complementary color
Monochromatic Colors of #98896C
Black with #98896C
Text Example
Text Example
White with #98896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98896C; }
p { color: rgb(152,137,108); }
H1.HeaderClassName
{
color: #98896C;
}
.AnyTagClassName
{
color: #98896C;
}
</style>
background-color css
<style>
a { background-color: #98896C; }
a { background-color: rgb(152,137,108); }
div.DivClassName
{
background-color: #98896C;
}
.BgClassName
{
background-color: #98896C;
}
</style>
border-color css
<style>
span { border-color: #98896C; }
span { border-color: rgb(152,137,108); }
td.TdClassName
{
border-color: #98896C;
}
.TagClassName
{
border-color: #98896C;
}
</style>