Shades of Pale Oyster #9F906C
Tints of Pale Oyster #9F906C
RGB
CMYK
RGB Variations
Color information
#9F906C (or 0x9F906C) is known color: Pale Oyster. HEX triplet: 9F, 90 and 6C. RGB value is (159,144,108). Sum of RGB (Red+Green+Blue) = 159+144+108=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F906C is #606F93. Grayscale: #909090. Windows color (decimal): -6320020 or 7114911. OLE color: 7114911.
HSL color Cylindrical-coordinate representation of color #9F906C: hue angle of 42.35º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F906C is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 108 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.38 |
| HSL | 42.35º | 0.21% | 0.52% | - |
| HSV(B) | 42.35º | 0.32% | 0.62% | - |
| XYZ | 26.98 | 28.4 | 18.25 | - |
| YUV | 144.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 108 | 0 | 0.09 | 0.32 | 0.38 | 42.35 | 0.21 | 0.52 |
| Hex | 9F | 90 | 6C | 0 | 9 | 20 | 26 | 2A | 15 | 34 |
| Octal | 237 | 220 | 154 | 0 | 11 | 40 | 46 | 52 | 25 | 64 |
| Binary | 10011111 | 10010000 | 1101100 | 0 | 1001 | 100000 | 100110 | 101010 | 10101 | 110100 |
Color Harmonies of #9F906C
Complementary color
Monochromatic Colors of #9F906C
Black with #9F906C
Text Example
Text Example
White with #9F906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F906C; }
p { color: rgb(159,144,108); }
H1.HeaderClassName
{
color: #9F906C;
}
.AnyTagClassName
{
color: #9F906C;
}
</style>
background-color css
<style>
a { background-color: #9F906C; }
a { background-color: rgb(159,144,108); }
div.DivClassName
{
background-color: #9F906C;
}
.BgClassName
{
background-color: #9F906C;
}
</style>
border-color css
<style>
span { border-color: #9F906C; }
span { border-color: rgb(159,144,108); }
td.TdClassName
{
border-color: #9F906C;
}
.TagClassName
{
border-color: #9F906C;
}
</style>