Shades of Pale Oyster #9C8D6D
Tints of Pale Oyster #9C8D6D
RGB
CMYK
RGB Variations
Color information
#9C8D6D (or 0x9C8D6D) is known color: Pale Oyster. HEX triplet: 9C, 8D and 6D. RGB value is (156,141,109). Sum of RGB (Red+Green+Blue) = 156+141+109=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8D6D is #637292. Grayscale: #8D8D8D. Windows color (decimal): -6517395 or 7179676. OLE color: 7179676.
HSL color Cylindrical-coordinate representation of color #9C8D6D: hue angle of 40.85º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C8D6D is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 141 | 109 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.39 |
| HSL | 40.85º | 0.19% | 0.52% | - |
| HSV(B) | 40.85º | 0.3% | 0.61% | - |
| XYZ | 26 | 27.22 | 18.35 | - |
| YUV | 141.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 109 | 0 | 0.10 | 0.30 | 0.39 | 40.85 | 0.19 | 0.52 |
| Hex | 9C | 8D | 6D | 0 | A | 1E | 27 | 29 | 13 | 34 |
| Octal | 234 | 215 | 155 | 0 | 12 | 36 | 47 | 51 | 23 | 64 |
| Binary | 10011100 | 10001101 | 1101101 | 0 | 1010 | 11110 | 100111 | 101001 | 10011 | 110100 |
Color Harmonies of #9C8D6D
Complementary color
Monochromatic Colors of #9C8D6D
Black with #9C8D6D
Text Example
Text Example
White with #9C8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8D6D; }
p { color: rgb(156,141,109); }
H1.HeaderClassName
{
color: #9C8D6D;
}
.AnyTagClassName
{
color: #9C8D6D;
}
</style>
background-color css
<style>
a { background-color: #9C8D6D; }
a { background-color: rgb(156,141,109); }
div.DivClassName
{
background-color: #9C8D6D;
}
.BgClassName
{
background-color: #9C8D6D;
}
</style>
border-color css
<style>
span { border-color: #9C8D6D; }
span { border-color: rgb(156,141,109); }
td.TdClassName
{
border-color: #9C8D6D;
}
.TagClassName
{
border-color: #9C8D6D;
}
</style>