Shades of Pale Oyster #9D906E
Tints of Pale Oyster #9D906E
RGB
CMYK
RGB Variations
Color information
#9D906E (or 0x9D906E) is known color: Pale Oyster. HEX triplet: 9D, 90 and 6E. RGB value is (157,144,110). Sum of RGB (Red+Green+Blue) = 157+144+110=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 157 - color contains mainly: red. Hex color #9D906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D906E is #626F91. Grayscale: #909090. Windows color (decimal): -6451090 or 7245981. OLE color: 7245981.
HSL color Cylindrical-coordinate representation of color #9D906E: hue angle of 43.4º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D906E is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 110 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.38 |
| HSL | 43.4º | 0.19% | 0.52% | - |
| HSV(B) | 43.4º | 0.3% | 0.62% | - |
| XYZ | 26.69 | 28.24 | 18.8 | - |
| YUV | 144.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 110 | 0 | 0.08 | 0.30 | 0.38 | 43.4 | 0.19 | 0.52 |
| Hex | 9D | 90 | 6E | 0 | 8 | 1E | 26 | 2B | 13 | 34 |
| Octal | 235 | 220 | 156 | 0 | 10 | 36 | 46 | 53 | 23 | 64 |
| Binary | 10011101 | 10010000 | 1101110 | 0 | 1000 | 11110 | 100110 | 101011 | 10011 | 110100 |
Color Harmonies of #9D906E
Complementary color
Monochromatic Colors of #9D906E
Black with #9D906E
Text Example
Text Example
White with #9D906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D906E; }
p { color: rgb(157,144,110); }
H1.HeaderClassName
{
color: #9D906E;
}
.AnyTagClassName
{
color: #9D906E;
}
</style>
background-color css
<style>
a { background-color: #9D906E; }
a { background-color: rgb(157,144,110); }
div.DivClassName
{
background-color: #9D906E;
}
.BgClassName
{
background-color: #9D906E;
}
</style>
border-color css
<style>
span { border-color: #9D906E; }
span { border-color: rgb(157,144,110); }
td.TdClassName
{
border-color: #9D906E;
}
.TagClassName
{
border-color: #9D906E;
}
</style>