Shades of Pale Oyster #9F8D75
Tints of Pale Oyster #9F8D75
RGB
CMYK
RGB Variations
Color information
#9F8D75 (or 0x9F8D75) is known color: Pale Oyster. HEX triplet: 9F, 8D and 75. RGB value is (159,141,117). Sum of RGB (Red+Green+Blue) = 159+141+117=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8D75 is #60728A. Grayscale: #8F8F8F. Windows color (decimal): -6320779 or 7703967. OLE color: 7703967.
HSL color Cylindrical-coordinate representation of color #9F8D75: hue angle of 34.29º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F8D75 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 141 | 117 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.38 |
| HSL | 34.29º | 0.18% | 0.54% | - |
| HSV(B) | 34.29º | 0.26% | 0.62% | - |
| XYZ | 27.03 | 27.71 | 20.75 | - |
| YUV | 143.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 117 | 0 | 0.11 | 0.26 | 0.38 | 34.29 | 0.18 | 0.54 |
| Hex | 9F | 8D | 75 | 0 | B | 1A | 26 | 22 | 12 | 36 |
| Octal | 237 | 215 | 165 | 0 | 13 | 32 | 46 | 42 | 22 | 66 |
| Binary | 10011111 | 10001101 | 1110101 | 0 | 1011 | 11010 | 100110 | 100010 | 10010 | 110110 |
Color Harmonies of #9F8D75
Complementary color
Monochromatic Colors of #9F8D75
Black with #9F8D75
Text Example
Text Example
White with #9F8D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8D75; }
p { color: rgb(159,141,117); }
H1.HeaderClassName
{
color: #9F8D75;
}
.AnyTagClassName
{
color: #9F8D75;
}
</style>
background-color css
<style>
a { background-color: #9F8D75; }
a { background-color: rgb(159,141,117); }
div.DivClassName
{
background-color: #9F8D75;
}
.BgClassName
{
background-color: #9F8D75;
}
</style>
border-color css
<style>
span { border-color: #9F8D75; }
span { border-color: rgb(159,141,117); }
td.TdClassName
{
border-color: #9F8D75;
}
.TagClassName
{
border-color: #9F8D75;
}
</style>