Shades of Pale Oyster #9F8E6D
Tints of Pale Oyster #9F8E6D
RGB
CMYK
RGB Variations
Color information
#9F8E6D (or 0x9F8E6D) is known color: Pale Oyster. HEX triplet: 9F, 8E and 6D. RGB value is (159,142,109). Sum of RGB (Red+Green+Blue) = 159+142+109=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8E6D is #607192. Grayscale: #8F8F8F. Windows color (decimal): -6320531 or 7179935. OLE color: 7179935.
HSL color Cylindrical-coordinate representation of color #9F8E6D: hue angle of 39.6º degrees, saturation: 0.21, 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 #9F8E6D is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 142 | 109 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.38 |
| HSL | 39.6º | 0.21% | 0.53% | - |
| HSV(B) | 39.6º | 0.31% | 0.62% | - |
| XYZ | 26.73 | 27.82 | 18.43 | - |
| YUV | 143.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 142 | 109 | 0 | 0.11 | 0.31 | 0.38 | 39.6 | 0.21 | 0.53 |
| Hex | 9F | 8E | 6D | 0 | B | 1F | 26 | 28 | 15 | 35 |
| Octal | 237 | 216 | 155 | 0 | 13 | 37 | 46 | 50 | 25 | 65 |
| Binary | 10011111 | 10001110 | 1101101 | 0 | 1011 | 11111 | 100110 | 101000 | 10101 | 110101 |
Color Harmonies of #9F8E6D
Complementary color
Monochromatic Colors of #9F8E6D
Black with #9F8E6D
Text Example
Text Example
White with #9F8E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8E6D; }
p { color: rgb(159,142,109); }
H1.HeaderClassName
{
color: #9F8E6D;
}
.AnyTagClassName
{
color: #9F8E6D;
}
</style>
background-color css
<style>
a { background-color: #9F8E6D; }
a { background-color: rgb(159,142,109); }
div.DivClassName
{
background-color: #9F8E6D;
}
.BgClassName
{
background-color: #9F8E6D;
}
</style>
border-color css
<style>
span { border-color: #9F8E6D; }
span { border-color: rgb(159,142,109); }
td.TdClassName
{
border-color: #9F8E6D;
}
.TagClassName
{
border-color: #9F8E6D;
}
</style>