Shades of Pale Oyster #9F8E69
Tints of Pale Oyster #9F8E69
RGB
CMYK
RGB Variations
Color information
#9F8E69 (or 0x9F8E69) is known color: Pale Oyster. HEX triplet: 9F, 8E and 69. RGB value is (159,142,105). Sum of RGB (Red+Green+Blue) = 159+142+105=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8E69 is #607196. Grayscale: #8F8F8F. Windows color (decimal): -6320535 or 6917791. OLE color: 6917791.
HSL color Cylindrical-coordinate representation of color #9F8E69: hue angle of 41.11º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F8E69 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 142 | 105 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.38 |
| HSL | 41.11º | 0.22% | 0.52% | - |
| HSV(B) | 41.11º | 0.34% | 0.62% | - |
| XYZ | 26.52 | 27.74 | 17.32 | - |
| YUV | 142.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 142 | 105 | 0 | 0.11 | 0.34 | 0.38 | 41.11 | 0.22 | 0.52 |
| Hex | 9F | 8E | 69 | 0 | B | 22 | 26 | 29 | 16 | 34 |
| Octal | 237 | 216 | 151 | 0 | 13 | 42 | 46 | 51 | 26 | 64 |
| Binary | 10011111 | 10001110 | 1101001 | 0 | 1011 | 100010 | 100110 | 101001 | 10110 | 110100 |
Color Harmonies of #9F8E69
Complementary color
Monochromatic Colors of #9F8E69
Black with #9F8E69
Text Example
Text Example
White with #9F8E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8E69; }
p { color: rgb(159,142,105); }
H1.HeaderClassName
{
color: #9F8E69;
}
.AnyTagClassName
{
color: #9F8E69;
}
</style>
background-color css
<style>
a { background-color: #9F8E69; }
a { background-color: rgb(159,142,105); }
div.DivClassName
{
background-color: #9F8E69;
}
.BgClassName
{
background-color: #9F8E69;
}
</style>
border-color css
<style>
span { border-color: #9F8E69; }
span { border-color: rgb(159,142,105); }
td.TdClassName
{
border-color: #9F8E69;
}
.TagClassName
{
border-color: #9F8E69;
}
</style>