Shades of Pale Oyster #9D906D
Tints of Pale Oyster #9D906D
RGB
CMYK
RGB Variations
Color information
#9D906D (or 0x9D906D) is known color: Pale Oyster. HEX triplet: 9D, 90 and 6D. RGB value is (157,144,109). Sum of RGB (Red+Green+Blue) = 157+144+109=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D906D is #626F92. Grayscale: #909090. Windows color (decimal): -6451091 or 7180445. OLE color: 7180445.
HSL color Cylindrical-coordinate representation of color #9D906D: hue angle of 43.75º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D906D is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 109 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.38 |
| HSL | 43.75º | 0.2% | 0.52% | - |
| HSV(B) | 43.75º | 0.31% | 0.62% | - |
| XYZ | 26.64 | 28.22 | 18.51 | - |
| YUV | 143.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 109 | 0 | 0.08 | 0.31 | 0.38 | 43.75 | 0.2 | 0.52 |
| Hex | 9D | 90 | 6D | 0 | 8 | 1F | 26 | 2C | 14 | 34 |
| Octal | 235 | 220 | 155 | 0 | 10 | 37 | 46 | 54 | 24 | 64 |
| Binary | 10011101 | 10010000 | 1101101 | 0 | 1000 | 11111 | 100110 | 101100 | 10100 | 110100 |
Color Harmonies of #9D906D
Complementary color
Monochromatic Colors of #9D906D
Black with #9D906D
Text Example
Text Example
White with #9D906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D906D; }
p { color: rgb(157,144,109); }
H1.HeaderClassName
{
color: #9D906D;
}
.AnyTagClassName
{
color: #9D906D;
}
</style>
background-color css
<style>
a { background-color: #9D906D; }
a { background-color: rgb(157,144,109); }
div.DivClassName
{
background-color: #9D906D;
}
.BgClassName
{
background-color: #9D906D;
}
</style>
border-color css
<style>
span { border-color: #9D906D; }
span { border-color: rgb(157,144,109); }
td.TdClassName
{
border-color: #9D906D;
}
.TagClassName
{
border-color: #9D906D;
}
</style>