Shades of Pale Oyster #9E937C
Tints of Pale Oyster #9E937C
RGB
CMYK
RGB Variations
Color information
#9E937C (or 0x9E937C) is known color: Pale Oyster. HEX triplet: 9E, 93 and 7C. RGB value is (158,147,124). Sum of RGB (Red+Green+Blue) = 158+147+124=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 158 - color contains mainly: red. Hex color #9E937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E937C is #616C83. Grayscale: #939393. Windows color (decimal): -6384772 or 8164254. OLE color: 8164254.
HSL color Cylindrical-coordinate representation of color #9E937C: hue angle of 40.59º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E937C is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 124 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.38 |
| HSL | 40.59º | 0.15% | 0.55% | - |
| HSV(B) | 40.59º | 0.22% | 0.62% | - |
| XYZ | 28.17 | 29.59 | 23.3 | - |
| YUV | 147.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 124 | 0 | 0.07 | 0.22 | 0.38 | 40.59 | 0.15 | 0.55 |
| Hex | 9E | 93 | 7C | 0 | 7 | 16 | 26 | 29 | F | 37 |
| Octal | 236 | 223 | 174 | 0 | 7 | 26 | 46 | 51 | 17 | 67 |
| Binary | 10011110 | 10010011 | 1111100 | 0 | 111 | 10110 | 100110 | 101001 | 1111 | 110111 |
Color Harmonies of #9E937C
Complementary color
Monochromatic Colors of #9E937C
Black with #9E937C
Text Example
Text Example
White with #9E937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E937C; }
p { color: rgb(158,147,124); }
H1.HeaderClassName
{
color: #9E937C;
}
.AnyTagClassName
{
color: #9E937C;
}
</style>
background-color css
<style>
a { background-color: #9E937C; }
a { background-color: rgb(158,147,124); }
div.DivClassName
{
background-color: #9E937C;
}
.BgClassName
{
background-color: #9E937C;
}
</style>
border-color css
<style>
span { border-color: #9E937C; }
span { border-color: rgb(158,147,124); }
td.TdClassName
{
border-color: #9E937C;
}
.TagClassName
{
border-color: #9E937C;
}
</style>