Shades of Pale Oyster #9E917B
Tints of Pale Oyster #9E917B
RGB
CMYK
RGB Variations
Color information
#9E917B (or 0x9E917B) is known color: Pale Oyster. HEX triplet: 9E, 91 and 7B. RGB value is (158,145,123). Sum of RGB (Red+Green+Blue) = 158+145+123=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E917B is #616E84. Grayscale: #929292. Windows color (decimal): -6385285 or 8098206. OLE color: 8098206.
HSL color Cylindrical-coordinate representation of color #9E917B: hue angle of 37.71º 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 #9E917B is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 145 | 123 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.38 |
| HSL | 37.71º | 0.15% | 0.55% | - |
| HSV(B) | 37.71º | 0.22% | 0.62% | - |
| XYZ | 27.8 | 28.95 | 22.86 | - |
| YUV | 146.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 123 | 0 | 0.08 | 0.22 | 0.38 | 37.71 | 0.15 | 0.55 |
| Hex | 9E | 91 | 7B | 0 | 8 | 16 | 26 | 26 | F | 37 |
| Octal | 236 | 221 | 173 | 0 | 10 | 26 | 46 | 46 | 17 | 67 |
| Binary | 10011110 | 10010001 | 1111011 | 0 | 1000 | 10110 | 100110 | 100110 | 1111 | 110111 |
Color Harmonies of #9E917B
Complementary color
Monochromatic Colors of #9E917B
Black with #9E917B
Text Example
Text Example
White with #9E917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E917B; }
p { color: rgb(158,145,123); }
H1.HeaderClassName
{
color: #9E917B;
}
.AnyTagClassName
{
color: #9E917B;
}
</style>
background-color css
<style>
a { background-color: #9E917B; }
a { background-color: rgb(158,145,123); }
div.DivClassName
{
background-color: #9E917B;
}
.BgClassName
{
background-color: #9E917B;
}
</style>
border-color css
<style>
span { border-color: #9E917B; }
span { border-color: rgb(158,145,123); }
td.TdClassName
{
border-color: #9E917B;
}
.TagClassName
{
border-color: #9E917B;
}
</style>