Shades of Pale Oyster #9F8E6E
Tints of Pale Oyster #9F8E6E
RGB
CMYK
RGB Variations
Color information
#9F8E6E (or 0x9F8E6E) is known color: Pale Oyster. HEX triplet: 9F, 8E and 6E. RGB value is (159,142,110). Sum of RGB (Red+Green+Blue) = 159+142+110=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8E6E is #607191. Grayscale: #8F8F8F. Windows color (decimal): -6320530 or 7245471. OLE color: 7245471.
HSL color Cylindrical-coordinate representation of color #9F8E6E: hue angle of 39.18º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F8E6E is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 142 | 110 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.38 |
| HSL | 39.18º | 0.2% | 0.53% | - |
| HSV(B) | 39.18º | 0.31% | 0.62% | - |
| XYZ | 26.79 | 27.84 | 18.71 | - |
| YUV | 143.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 142 | 110 | 0 | 0.11 | 0.31 | 0.38 | 39.18 | 0.2 | 0.53 |
| Hex | 9F | 8E | 6E | 0 | B | 1F | 26 | 27 | 14 | 35 |
| Octal | 237 | 216 | 156 | 0 | 13 | 37 | 46 | 47 | 24 | 65 |
| Binary | 10011111 | 10001110 | 1101110 | 0 | 1011 | 11111 | 100110 | 100111 | 10100 | 110101 |
Color Harmonies of #9F8E6E
Complementary color
Monochromatic Colors of #9F8E6E
Black with #9F8E6E
Text Example
Text Example
White with #9F8E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8E6E; }
p { color: rgb(159,142,110); }
H1.HeaderClassName
{
color: #9F8E6E;
}
.AnyTagClassName
{
color: #9F8E6E;
}
</style>
background-color css
<style>
a { background-color: #9F8E6E; }
a { background-color: rgb(159,142,110); }
div.DivClassName
{
background-color: #9F8E6E;
}
.BgClassName
{
background-color: #9F8E6E;
}
</style>
border-color css
<style>
span { border-color: #9F8E6E; }
span { border-color: rgb(159,142,110); }
td.TdClassName
{
border-color: #9F8E6E;
}
.TagClassName
{
border-color: #9F8E6E;
}
</style>