Shades of Pale Oyster #9E8C75
Tints of Pale Oyster #9E8C75
RGB
CMYK
RGB Variations
Color information
#9E8C75 (or 0x9E8C75) is known color: Pale Oyster. HEX triplet: 9E, 8C and 75. RGB value is (158,140,117). Sum of RGB (Red+Green+Blue) = 158+140+117=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8C75 is #61738A. Grayscale: #8E8E8E. Windows color (decimal): -6386571 or 7703710. OLE color: 7703710.
HSL color Cylindrical-coordinate representation of color #9E8C75: hue angle of 33.66º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E8C75 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 117 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.38 |
| HSL | 33.66º | 0.17% | 0.54% | - |
| HSV(B) | 33.66º | 0.26% | 0.62% | - |
| XYZ | 26.69 | 27.31 | 20.69 | - |
| YUV | 142.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 117 | 0 | 0.11 | 0.26 | 0.38 | 33.66 | 0.17 | 0.54 |
| Hex | 9E | 8C | 75 | 0 | B | 1A | 26 | 22 | 11 | 36 |
| Octal | 236 | 214 | 165 | 0 | 13 | 32 | 46 | 42 | 21 | 66 |
| Binary | 10011110 | 10001100 | 1110101 | 0 | 1011 | 11010 | 100110 | 100010 | 10001 | 110110 |
Color Harmonies of #9E8C75
Complementary color
Monochromatic Colors of #9E8C75
Black with #9E8C75
Text Example
Text Example
White with #9E8C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C75; }
p { color: rgb(158,140,117); }
H1.HeaderClassName
{
color: #9E8C75;
}
.AnyTagClassName
{
color: #9E8C75;
}
</style>
background-color css
<style>
a { background-color: #9E8C75; }
a { background-color: rgb(158,140,117); }
div.DivClassName
{
background-color: #9E8C75;
}
.BgClassName
{
background-color: #9E8C75;
}
</style>
border-color css
<style>
span { border-color: #9E8C75; }
span { border-color: rgb(158,140,117); }
td.TdClassName
{
border-color: #9E8C75;
}
.TagClassName
{
border-color: #9E8C75;
}
</style>