Shades of Pale Oyster #9D8B6E
Tints of Pale Oyster #9D8B6E
RGB
CMYK
RGB Variations
Color information
#9D8B6E (or 0x9D8B6E) is known color: Pale Oyster. HEX triplet: 9D, 8B and 6E. RGB value is (157,139,110). Sum of RGB (Red+Green+Blue) = 157+139+110=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8B6E is #627491. Grayscale: #8D8D8D. Windows color (decimal): -6452370 or 7244701. OLE color: 7244701.
HSL color Cylindrical-coordinate representation of color #9D8B6E: hue angle of 37.02º 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 #9D8B6E is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 139 | 110 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.38 |
| HSL | 37.02º | 0.19% | 0.52% | - |
| HSV(B) | 37.02º | 0.3% | 0.62% | - |
| XYZ | 25.95 | 26.76 | 18.55 | - |
| YUV | 141.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 139 | 110 | 0 | 0.11 | 0.30 | 0.38 | 37.02 | 0.19 | 0.52 |
| Hex | 9D | 8B | 6E | 0 | B | 1E | 26 | 25 | 13 | 34 |
| Octal | 235 | 213 | 156 | 0 | 13 | 36 | 46 | 45 | 23 | 64 |
| Binary | 10011101 | 10001011 | 1101110 | 0 | 1011 | 11110 | 100110 | 100101 | 10011 | 110100 |
Color Harmonies of #9D8B6E
Complementary color
Monochromatic Colors of #9D8B6E
Black with #9D8B6E
Text Example
Text Example
White with #9D8B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8B6E; }
p { color: rgb(157,139,110); }
H1.HeaderClassName
{
color: #9D8B6E;
}
.AnyTagClassName
{
color: #9D8B6E;
}
</style>
background-color css
<style>
a { background-color: #9D8B6E; }
a { background-color: rgb(157,139,110); }
div.DivClassName
{
background-color: #9D8B6E;
}
.BgClassName
{
background-color: #9D8B6E;
}
</style>
border-color css
<style>
span { border-color: #9D8B6E; }
span { border-color: rgb(157,139,110); }
td.TdClassName
{
border-color: #9D8B6E;
}
.TagClassName
{
border-color: #9D8B6E;
}
</style>