Shades of Pale Oyster #998968
Tints of Pale Oyster #998968
RGB
CMYK
RGB Variations
Color information
#998968 (or 0x998968) is known color: Pale Oyster. HEX triplet: 99, 89 and 68. RGB value is (153,137,104). Sum of RGB (Red+Green+Blue) = 153+137+104=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #998968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998968 is #667697. Grayscale: #8A8A8A. Windows color (decimal): -6715032 or 6850969. OLE color: 6850969.
HSL color Cylindrical-coordinate representation of color #998968: hue angle of 40.41º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #998968 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 104 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.4 |
| HSL | 40.41º | 0.19% | 0.5% | - |
| HSV(B) | 40.41º | 0.32% | 0.6% | - |
| XYZ | 24.58 | 25.66 | 16.75 | - |
| YUV | 138.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 104 | 0 | 0.10 | 0.32 | 0.4 | 40.41 | 0.19 | 0.5 |
| Hex | 99 | 89 | 68 | 0 | A | 20 | 28 | 28 | 13 | 32 |
| Octal | 231 | 211 | 150 | 0 | 12 | 40 | 50 | 50 | 23 | 62 |
| Binary | 10011001 | 10001001 | 1101000 | 0 | 1010 | 100000 | 101000 | 101000 | 10011 | 110010 |
Color Harmonies of #998968
Complementary color
Monochromatic Colors of #998968
Black with #998968
Text Example
Text Example
White with #998968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998968; }
p { color: rgb(153,137,104); }
H1.HeaderClassName
{
color: #998968;
}
.AnyTagClassName
{
color: #998968;
}
</style>
background-color css
<style>
a { background-color: #998968; }
a { background-color: rgb(153,137,104); }
div.DivClassName
{
background-color: #998968;
}
.BgClassName
{
background-color: #998968;
}
</style>
border-color css
<style>
span { border-color: #998968; }
span { border-color: rgb(153,137,104); }
td.TdClassName
{
border-color: #998968;
}
.TagClassName
{
border-color: #998968;
}
</style>