Shades of Pale Oyster #9F9272
Tints of Pale Oyster #9F9272
RGB
CMYK
RGB Variations
Color information
#9F9272 (or 0x9F9272) is known color: Pale Oyster. HEX triplet: 9F, 92 and 72. RGB value is (159,146,114). Sum of RGB (Red+Green+Blue) = 159+146+114=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9272 is #606D8D. Grayscale: #929292. Windows color (decimal): -6319502 or 7508639. OLE color: 7508639.
HSL color Cylindrical-coordinate representation of color #9F9272: hue angle of 42.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F9272 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 114 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.38 |
| HSL | 42.67º | 0.19% | 0.54% | - |
| HSV(B) | 42.67º | 0.28% | 0.62% | - |
| XYZ | 27.61 | 29.14 | 20.09 | - |
| YUV | 146.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 114 | 0 | 0.08 | 0.28 | 0.38 | 42.67 | 0.19 | 0.54 |
| Hex | 9F | 92 | 72 | 0 | 8 | 1C | 26 | 2B | 13 | 36 |
| Octal | 237 | 222 | 162 | 0 | 10 | 34 | 46 | 53 | 23 | 66 |
| Binary | 10011111 | 10010010 | 1110010 | 0 | 1000 | 11100 | 100110 | 101011 | 10011 | 110110 |
Color Harmonies of #9F9272
Complementary color
Monochromatic Colors of #9F9272
Black with #9F9272
Text Example
Text Example
White with #9F9272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9272; }
p { color: rgb(159,146,114); }
H1.HeaderClassName
{
color: #9F9272;
}
.AnyTagClassName
{
color: #9F9272;
}
</style>
background-color css
<style>
a { background-color: #9F9272; }
a { background-color: rgb(159,146,114); }
div.DivClassName
{
background-color: #9F9272;
}
.BgClassName
{
background-color: #9F9272;
}
</style>
border-color css
<style>
span { border-color: #9F9272; }
span { border-color: rgb(159,146,114); }
td.TdClassName
{
border-color: #9F9272;
}
.TagClassName
{
border-color: #9F9272;
}
</style>