Shades of Pale Oyster #9E8B6D
Tints of Pale Oyster #9E8B6D
RGB
CMYK
RGB Variations
Color information
#9E8B6D (or 0x9E8B6D) is known color: Pale Oyster. HEX triplet: 9E, 8B and 6D. RGB value is (158,139,109). Sum of RGB (Red+Green+Blue) = 158+139+109=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8B6D is #617492. Grayscale: #8D8D8D. Windows color (decimal): -6386835 or 7179166. OLE color: 7179166.
HSL color Cylindrical-coordinate representation of color #9E8B6D: hue angle of 36.73º 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 #9E8B6D is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 139 | 109 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.38 |
| HSL | 36.73º | 0.2% | 0.52% | - |
| HSV(B) | 36.73º | 0.31% | 0.62% | - |
| XYZ | 26.09 | 26.84 | 18.27 | - |
| YUV | 141.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 139 | 109 | 0 | 0.12 | 0.31 | 0.38 | 36.73 | 0.2 | 0.52 |
| Hex | 9E | 8B | 6D | 0 | C | 1F | 26 | 25 | 14 | 34 |
| Octal | 236 | 213 | 155 | 0 | 14 | 37 | 46 | 45 | 24 | 64 |
| Binary | 10011110 | 10001011 | 1101101 | 0 | 1100 | 11111 | 100110 | 100101 | 10100 | 110100 |
Color Harmonies of #9E8B6D
Complementary color
Monochromatic Colors of #9E8B6D
Black with #9E8B6D
Text Example
Text Example
White with #9E8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8B6D; }
p { color: rgb(158,139,109); }
H1.HeaderClassName
{
color: #9E8B6D;
}
.AnyTagClassName
{
color: #9E8B6D;
}
</style>
background-color css
<style>
a { background-color: #9E8B6D; }
a { background-color: rgb(158,139,109); }
div.DivClassName
{
background-color: #9E8B6D;
}
.BgClassName
{
background-color: #9E8B6D;
}
</style>
border-color css
<style>
span { border-color: #9E8B6D; }
span { border-color: rgb(158,139,109); }
td.TdClassName
{
border-color: #9E8B6D;
}
.TagClassName
{
border-color: #9E8B6D;
}
</style>