Shades of Pale Oyster #9C8F6E
Tints of Pale Oyster #9C8F6E
RGB
CMYK
RGB Variations
Color information
#9C8F6E (or 0x9C8F6E) is known color: Pale Oyster. HEX triplet: 9C, 8F and 6E. RGB value is (156,143,110). Sum of RGB (Red+Green+Blue) = 156+143+110=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8F6E is #637091. Grayscale: #8F8F8F. Windows color (decimal): -6516882 or 7245724. OLE color: 7245724.
HSL color Cylindrical-coordinate representation of color #9C8F6E: hue angle of 43.04º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C8F6E is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 143 | 110 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.39 |
| HSL | 43.04º | 0.19% | 0.52% | - |
| HSV(B) | 43.04º | 0.29% | 0.61% | - |
| XYZ | 26.35 | 27.84 | 18.74 | - |
| YUV | 143.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 110 | 0 | 0.08 | 0.29 | 0.39 | 43.04 | 0.19 | 0.52 |
| Hex | 9C | 8F | 6E | 0 | 8 | 1D | 27 | 2B | 13 | 34 |
| Octal | 234 | 217 | 156 | 0 | 10 | 35 | 47 | 53 | 23 | 64 |
| Binary | 10011100 | 10001111 | 1101110 | 0 | 1000 | 11101 | 100111 | 101011 | 10011 | 110100 |
Color Harmonies of #9C8F6E
Complementary color
Monochromatic Colors of #9C8F6E
Black with #9C8F6E
Text Example
Text Example
White with #9C8F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F6E; }
p { color: rgb(156,143,110); }
H1.HeaderClassName
{
color: #9C8F6E;
}
.AnyTagClassName
{
color: #9C8F6E;
}
</style>
background-color css
<style>
a { background-color: #9C8F6E; }
a { background-color: rgb(156,143,110); }
div.DivClassName
{
background-color: #9C8F6E;
}
.BgClassName
{
background-color: #9C8F6E;
}
</style>
border-color css
<style>
span { border-color: #9C8F6E; }
span { border-color: rgb(156,143,110); }
td.TdClassName
{
border-color: #9C8F6E;
}
.TagClassName
{
border-color: #9C8F6E;
}
</style>