Shades of Pale Oyster #9E8D6C
Tints of Pale Oyster #9E8D6C
RGB
CMYK
RGB Variations
Color information
#9E8D6C (or 0x9E8D6C) is known color: Pale Oyster. HEX triplet: 9E, 8D and 6C. RGB value is (158,141,108). Sum of RGB (Red+Green+Blue) = 158+141+108=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8D6C is #617293. Grayscale: #8E8E8E. Windows color (decimal): -6386324 or 7114142. OLE color: 7114142.
HSL color Cylindrical-coordinate representation of color #9E8D6C: hue angle of 39.6º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E8D6C is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 141 | 108 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.38 |
| HSL | 39.6º | 0.2% | 0.52% | - |
| HSV(B) | 39.6º | 0.32% | 0.62% | - |
| XYZ | 26.33 | 27.4 | 18.09 | - |
| YUV | 142.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 141 | 108 | 0 | 0.11 | 0.32 | 0.38 | 39.6 | 0.2 | 0.52 |
| Hex | 9E | 8D | 6C | 0 | B | 20 | 26 | 28 | 14 | 34 |
| Octal | 236 | 215 | 154 | 0 | 13 | 40 | 46 | 50 | 24 | 64 |
| Binary | 10011110 | 10001101 | 1101100 | 0 | 1011 | 100000 | 100110 | 101000 | 10100 | 110100 |
Color Harmonies of #9E8D6C
Complementary color
Monochromatic Colors of #9E8D6C
Black with #9E8D6C
Text Example
Text Example
White with #9E8D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8D6C; }
p { color: rgb(158,141,108); }
H1.HeaderClassName
{
color: #9E8D6C;
}
.AnyTagClassName
{
color: #9E8D6C;
}
</style>
background-color css
<style>
a { background-color: #9E8D6C; }
a { background-color: rgb(158,141,108); }
div.DivClassName
{
background-color: #9E8D6C;
}
.BgClassName
{
background-color: #9E8D6C;
}
</style>
border-color css
<style>
span { border-color: #9E8D6C; }
span { border-color: rgb(158,141,108); }
td.TdClassName
{
border-color: #9E8D6C;
}
.TagClassName
{
border-color: #9E8D6C;
}
</style>