Shades of Pale Oyster #9F906F
Tints of Pale Oyster #9F906F
RGB
CMYK
RGB Variations
Color information
#9F906F (or 0x9F906F) is known color: Pale Oyster. HEX triplet: 9F, 90 and 6F. RGB value is (159,144,111). Sum of RGB (Red+Green+Blue) = 159+144+111=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F906F is #606F90. Grayscale: #909090. Windows color (decimal): -6320017 or 7311519. OLE color: 7311519.
HSL color Cylindrical-coordinate representation of color #9F906F: hue angle of 41.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F906F is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 111 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.38 |
| HSL | 41.25º | 0.2% | 0.53% | - |
| HSV(B) | 41.25º | 0.3% | 0.62% | - |
| XYZ | 27.14 | 28.47 | 19.1 | - |
| YUV | 144.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 111 | 0 | 0.09 | 0.30 | 0.38 | 41.25 | 0.2 | 0.53 |
| Hex | 9F | 90 | 6F | 0 | 9 | 1E | 26 | 29 | 14 | 35 |
| Octal | 237 | 220 | 157 | 0 | 11 | 36 | 46 | 51 | 24 | 65 |
| Binary | 10011111 | 10010000 | 1101111 | 0 | 1001 | 11110 | 100110 | 101001 | 10100 | 110101 |
Color Harmonies of #9F906F
Complementary color
Monochromatic Colors of #9F906F
Black with #9F906F
Text Example
Text Example
White with #9F906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F906F; }
p { color: rgb(159,144,111); }
H1.HeaderClassName
{
color: #9F906F;
}
.AnyTagClassName
{
color: #9F906F;
}
</style>
background-color css
<style>
a { background-color: #9F906F; }
a { background-color: rgb(159,144,111); }
div.DivClassName
{
background-color: #9F906F;
}
.BgClassName
{
background-color: #9F906F;
}
</style>
border-color css
<style>
span { border-color: #9F906F; }
span { border-color: rgb(159,144,111); }
td.TdClassName
{
border-color: #9F906F;
}
.TagClassName
{
border-color: #9F906F;
}
</style>