Shades of Pale Oyster #9E8C6C
Tints of Pale Oyster #9E8C6C
RGB
CMYK
RGB Variations
Color information
#9E8C6C (or 0x9E8C6C) is known color: Pale Oyster. HEX triplet: 9E, 8C and 6C. RGB value is (158,140,108). Sum of RGB (Red+Green+Blue) = 158+140+108=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8C6C is #617393. Grayscale: #8D8D8D. Windows color (decimal): -6386580 or 7113886. OLE color: 7113886.
HSL color Cylindrical-coordinate representation of color #9E8C6C: hue angle of 38.4º 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 #9E8C6C is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 108 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.38 |
| HSL | 38.4º | 0.2% | 0.52% | - |
| HSV(B) | 38.4º | 0.32% | 0.62% | - |
| XYZ | 26.19 | 27.11 | 18.04 | - |
| YUV | 141.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 108 | 0 | 0.11 | 0.32 | 0.38 | 38.4 | 0.2 | 0.52 |
| Hex | 9E | 8C | 6C | 0 | B | 20 | 26 | 26 | 14 | 34 |
| Octal | 236 | 214 | 154 | 0 | 13 | 40 | 46 | 46 | 24 | 64 |
| Binary | 10011110 | 10001100 | 1101100 | 0 | 1011 | 100000 | 100110 | 100110 | 10100 | 110100 |
Color Harmonies of #9E8C6C
Complementary color
Monochromatic Colors of #9E8C6C
Black with #9E8C6C
Text Example
Text Example
White with #9E8C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C6C; }
p { color: rgb(158,140,108); }
H1.HeaderClassName
{
color: #9E8C6C;
}
.AnyTagClassName
{
color: #9E8C6C;
}
</style>
background-color css
<style>
a { background-color: #9E8C6C; }
a { background-color: rgb(158,140,108); }
div.DivClassName
{
background-color: #9E8C6C;
}
.BgClassName
{
background-color: #9E8C6C;
}
</style>
border-color css
<style>
span { border-color: #9E8C6C; }
span { border-color: rgb(158,140,108); }
td.TdClassName
{
border-color: #9E8C6C;
}
.TagClassName
{
border-color: #9E8C6C;
}
</style>