Shades of Pale Oyster #98866C
Tints of Pale Oyster #98866C
RGB
CMYK
RGB Variations
Color information
#98866C (or 0x98866C) is known color: Pale Oyster. HEX triplet: 98, 86 and 6C. RGB value is (152,134,108). Sum of RGB (Red+Green+Blue) = 152+134+108=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98866C is #677993. Grayscale: #888888. Windows color (decimal): -6781332 or 7112344. OLE color: 7112344.
HSL color Cylindrical-coordinate representation of color #98866C: hue angle of 35.45º 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 #98866C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 134 | 108 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.40 |
| HSL | 35.45º | 0.18% | 0.51% | - |
| HSV(B) | 35.45º | 0.29% | 0.6% | - |
| XYZ | 24.18 | 24.81 | 17.7 | - |
| YUV | 136.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 108 | 0 | 0.12 | 0.29 | 0.40 | 35.45 | 0.18 | 0.51 |
| Hex | 98 | 86 | 6C | 0 | C | 1D | 28 | 23 | 12 | 33 |
| Octal | 230 | 206 | 154 | 0 | 14 | 35 | 50 | 43 | 22 | 63 |
| Binary | 10011000 | 10000110 | 1101100 | 0 | 1100 | 11101 | 101000 | 100011 | 10010 | 110011 |
Color Harmonies of #98866C
Complementary color
Monochromatic Colors of #98866C
Black with #98866C
Text Example
Text Example
White with #98866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98866C; }
p { color: rgb(152,134,108); }
H1.HeaderClassName
{
color: #98866C;
}
.AnyTagClassName
{
color: #98866C;
}
</style>
background-color css
<style>
a { background-color: #98866C; }
a { background-color: rgb(152,134,108); }
div.DivClassName
{
background-color: #98866C;
}
.BgClassName
{
background-color: #98866C;
}
</style>
border-color css
<style>
span { border-color: #98866C; }
span { border-color: rgb(152,134,108); }
td.TdClassName
{
border-color: #98866C;
}
.TagClassName
{
border-color: #98866C;
}
</style>