Shades of Pale Oyster #9F8F6D
Tints of Pale Oyster #9F8F6D
RGB
CMYK
RGB Variations
Color information
#9F8F6D (or 0x9F8F6D) is known color: Pale Oyster. HEX triplet: 9F, 8F and 6D. RGB value is (159,143,109). Sum of RGB (Red+Green+Blue) = 159+143+109=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8F6D is #607092. Grayscale: #909090. Windows color (decimal): -6320275 or 7180191. OLE color: 7180191.
HSL color Cylindrical-coordinate representation of color #9F8F6D: hue angle of 40.8º 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 #9F8F6D is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 143 | 109 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.38 |
| HSL | 40.8º | 0.21% | 0.53% | - |
| HSV(B) | 40.8º | 0.31% | 0.62% | - |
| XYZ | 26.88 | 28.12 | 18.48 | - |
| YUV | 143.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 109 | 0 | 0.10 | 0.31 | 0.38 | 40.8 | 0.21 | 0.53 |
| Hex | 9F | 8F | 6D | 0 | A | 1F | 26 | 29 | 15 | 35 |
| Octal | 237 | 217 | 155 | 0 | 12 | 37 | 46 | 51 | 25 | 65 |
| Binary | 10011111 | 10001111 | 1101101 | 0 | 1010 | 11111 | 100110 | 101001 | 10101 | 110101 |
Color Harmonies of #9F8F6D
Complementary color
Monochromatic Colors of #9F8F6D
Black with #9F8F6D
Text Example
Text Example
White with #9F8F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8F6D; }
p { color: rgb(159,143,109); }
H1.HeaderClassName
{
color: #9F8F6D;
}
.AnyTagClassName
{
color: #9F8F6D;
}
</style>
background-color css
<style>
a { background-color: #9F8F6D; }
a { background-color: rgb(159,143,109); }
div.DivClassName
{
background-color: #9F8F6D;
}
.BgClassName
{
background-color: #9F8F6D;
}
</style>
border-color css
<style>
span { border-color: #9F8F6D; }
span { border-color: rgb(159,143,109); }
td.TdClassName
{
border-color: #9F8F6D;
}
.TagClassName
{
border-color: #9F8F6D;
}
</style>