Shades of Pale Oyster #9F8D6D
Tints of Pale Oyster #9F8D6D
RGB
CMYK
RGB Variations
Color information
#9F8D6D (or 0x9F8D6D) is known color: Pale Oyster. HEX triplet: 9F, 8D and 6D. RGB value is (159,141,109). Sum of RGB (Red+Green+Blue) = 159+141+109=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8D6D is #607292. Grayscale: #8E8E8E. Windows color (decimal): -6320787 or 7179679. OLE color: 7179679.
HSL color Cylindrical-coordinate representation of color #9F8D6D: hue angle of 38.4º 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 #9F8D6D is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 141 | 109 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.38 |
| HSL | 38.4º | 0.21% | 0.53% | - |
| HSV(B) | 38.4º | 0.31% | 0.62% | - |
| XYZ | 26.58 | 27.52 | 18.38 | - |
| YUV | 142.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 109 | 0 | 0.11 | 0.31 | 0.38 | 38.4 | 0.21 | 0.53 |
| Hex | 9F | 8D | 6D | 0 | B | 1F | 26 | 26 | 15 | 35 |
| Octal | 237 | 215 | 155 | 0 | 13 | 37 | 46 | 46 | 25 | 65 |
| Binary | 10011111 | 10001101 | 1101101 | 0 | 1011 | 11111 | 100110 | 100110 | 10101 | 110101 |
Color Harmonies of #9F8D6D
Complementary color
Monochromatic Colors of #9F8D6D
Black with #9F8D6D
Text Example
Text Example
White with #9F8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8D6D; }
p { color: rgb(159,141,109); }
H1.HeaderClassName
{
color: #9F8D6D;
}
.AnyTagClassName
{
color: #9F8D6D;
}
</style>
background-color css
<style>
a { background-color: #9F8D6D; }
a { background-color: rgb(159,141,109); }
div.DivClassName
{
background-color: #9F8D6D;
}
.BgClassName
{
background-color: #9F8D6D;
}
</style>
border-color css
<style>
span { border-color: #9F8D6D; }
span { border-color: rgb(159,141,109); }
td.TdClassName
{
border-color: #9F8D6D;
}
.TagClassName
{
border-color: #9F8D6D;
}
</style>