Shades of Pale Oyster #98866D
Tints of Pale Oyster #98866D
RGB
CMYK
RGB Variations
Color information
#98866D (or 0x98866D) is known color: Pale Oyster. HEX triplet: 98, 86 and 6D. RGB value is (152,134,109). Sum of RGB (Red+Green+Blue) = 152+134+109=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #98866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98866D is #677992. Grayscale: #888888. Windows color (decimal): -6781331 or 7177880. OLE color: 7177880.
HSL color Cylindrical-coordinate representation of color #98866D: hue angle of 34.88º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98866D is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 134 | 109 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.40 |
| HSL | 34.88º | 0.17% | 0.51% | - |
| HSV(B) | 34.88º | 0.28% | 0.6% | - |
| XYZ | 24.23 | 24.83 | 17.98 | - |
| YUV | 136.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 109 | 0 | 0.12 | 0.28 | 0.40 | 34.88 | 0.17 | 0.51 |
| Hex | 98 | 86 | 6D | 0 | C | 1C | 28 | 23 | 11 | 33 |
| Octal | 230 | 206 | 155 | 0 | 14 | 34 | 50 | 43 | 21 | 63 |
| Binary | 10011000 | 10000110 | 1101101 | 0 | 1100 | 11100 | 101000 | 100011 | 10001 | 110011 |
Color Harmonies of #98866D
Complementary color
Monochromatic Colors of #98866D
Black with #98866D
Text Example
Text Example
White with #98866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98866D; }
p { color: rgb(152,134,109); }
H1.HeaderClassName
{
color: #98866D;
}
.AnyTagClassName
{
color: #98866D;
}
</style>
background-color css
<style>
a { background-color: #98866D; }
a { background-color: rgb(152,134,109); }
div.DivClassName
{
background-color: #98866D;
}
.BgClassName
{
background-color: #98866D;
}
</style>
border-color css
<style>
span { border-color: #98866D; }
span { border-color: rgb(152,134,109); }
td.TdClassName
{
border-color: #98866D;
}
.TagClassName
{
border-color: #98866D;
}
</style>