Shades of Pale Oyster #9E8C6D
Tints of Pale Oyster #9E8C6D
RGB
CMYK
RGB Variations
Color information
#9E8C6D (or 0x9E8C6D) is known color: Pale Oyster. HEX triplet: 9E, 8C and 6D. RGB value is (158,140,109). Sum of RGB (Red+Green+Blue) = 158+140+109=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8C6D is #617392. Grayscale: #8D8D8D. Windows color (decimal): -6386579 or 7179422. OLE color: 7179422.
HSL color Cylindrical-coordinate representation of color #9E8C6D: hue angle of 37.96º 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 #9E8C6D is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 109 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.38 |
| HSL | 37.96º | 0.2% | 0.52% | - |
| HSV(B) | 37.96º | 0.31% | 0.62% | - |
| XYZ | 26.24 | 27.13 | 18.32 | - |
| YUV | 141.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 109 | 0 | 0.11 | 0.31 | 0.38 | 37.96 | 0.2 | 0.52 |
| Hex | 9E | 8C | 6D | 0 | B | 1F | 26 | 26 | 14 | 34 |
| Octal | 236 | 214 | 155 | 0 | 13 | 37 | 46 | 46 | 24 | 64 |
| Binary | 10011110 | 10001100 | 1101101 | 0 | 1011 | 11111 | 100110 | 100110 | 10100 | 110100 |
Color Harmonies of #9E8C6D
Complementary color
Monochromatic Colors of #9E8C6D
Black with #9E8C6D
Text Example
Text Example
White with #9E8C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C6D; }
p { color: rgb(158,140,109); }
H1.HeaderClassName
{
color: #9E8C6D;
}
.AnyTagClassName
{
color: #9E8C6D;
}
</style>
background-color css
<style>
a { background-color: #9E8C6D; }
a { background-color: rgb(158,140,109); }
div.DivClassName
{
background-color: #9E8C6D;
}
.BgClassName
{
background-color: #9E8C6D;
}
</style>
border-color css
<style>
span { border-color: #9E8C6D; }
span { border-color: rgb(158,140,109); }
td.TdClassName
{
border-color: #9E8C6D;
}
.TagClassName
{
border-color: #9E8C6D;
}
</style>