Shades of Pale Oyster #98866F
Tints of Pale Oyster #98866F
RGB
CMYK
RGB Variations
Color information
#98866F (or 0x98866F) is known color: Pale Oyster. HEX triplet: 98, 86 and 6F. RGB value is (152,134,111). Sum of RGB (Red+Green+Blue) = 152+134+111=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #98866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98866F is #677990. Grayscale: #888888. Windows color (decimal): -6781329 or 7308952. OLE color: 7308952.
HSL color Cylindrical-coordinate representation of color #98866F: hue angle of 33.66º 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 #98866F is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 134 | 111 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.40 |
| HSL | 33.66º | 0.17% | 0.52% | - |
| HSV(B) | 33.66º | 0.27% | 0.6% | - |
| XYZ | 24.34 | 24.87 | 18.56 | - |
| YUV | 136.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 111 | 0 | 0.12 | 0.27 | 0.40 | 33.66 | 0.17 | 0.52 |
| Hex | 98 | 86 | 6F | 0 | C | 1B | 28 | 22 | 11 | 34 |
| Octal | 230 | 206 | 157 | 0 | 14 | 33 | 50 | 42 | 21 | 64 |
| Binary | 10011000 | 10000110 | 1101111 | 0 | 1100 | 11011 | 101000 | 100010 | 10001 | 110100 |
Color Harmonies of #98866F
Complementary color
Monochromatic Colors of #98866F
Black with #98866F
Text Example
Text Example
White with #98866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98866F; }
p { color: rgb(152,134,111); }
H1.HeaderClassName
{
color: #98866F;
}
.AnyTagClassName
{
color: #98866F;
}
</style>
background-color css
<style>
a { background-color: #98866F; }
a { background-color: rgb(152,134,111); }
div.DivClassName
{
background-color: #98866F;
}
.BgClassName
{
background-color: #98866F;
}
</style>
border-color css
<style>
span { border-color: #98866F; }
span { border-color: rgb(152,134,111); }
td.TdClassName
{
border-color: #98866F;
}
.TagClassName
{
border-color: #98866F;
}
</style>