Shades of Pale Oyster #9C8868
Tints of Pale Oyster #9C8868
RGB
CMYK
RGB Variations
Color information
#9C8868 (or 0x9C8868) is known color: Pale Oyster. HEX triplet: 9C, 88 and 68. RGB value is (156,136,104). Sum of RGB (Red+Green+Blue) = 156+136+104=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8868 is #637797. Grayscale: #8A8A8A. Windows color (decimal): -6518680 or 6850716. OLE color: 6850716.
HSL color Cylindrical-coordinate representation of color #9C8868: hue angle of 36.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C8868 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 136 | 104 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.39 |
| HSL | 36.92º | 0.21% | 0.51% | - |
| HSV(B) | 36.92º | 0.33% | 0.61% | - |
| XYZ | 25.01 | 25.68 | 16.73 | - |
| YUV | 138.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 136 | 104 | 0 | 0.13 | 0.33 | 0.39 | 36.92 | 0.21 | 0.51 |
| Hex | 9C | 88 | 68 | 0 | D | 21 | 27 | 25 | 15 | 33 |
| Octal | 234 | 210 | 150 | 0 | 15 | 41 | 47 | 45 | 25 | 63 |
| Binary | 10011100 | 10001000 | 1101000 | 0 | 1101 | 100001 | 100111 | 100101 | 10101 | 110011 |
Color Harmonies of #9C8868
Complementary color
Monochromatic Colors of #9C8868
Black with #9C8868
Text Example
Text Example
White with #9C8868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8868; }
p { color: rgb(156,136,104); }
H1.HeaderClassName
{
color: #9C8868;
}
.AnyTagClassName
{
color: #9C8868;
}
</style>
background-color css
<style>
a { background-color: #9C8868; }
a { background-color: rgb(156,136,104); }
div.DivClassName
{
background-color: #9C8868;
}
.BgClassName
{
background-color: #9C8868;
}
</style>
border-color css
<style>
span { border-color: #9C8868; }
span { border-color: rgb(156,136,104); }
td.TdClassName
{
border-color: #9C8868;
}
.TagClassName
{
border-color: #9C8868;
}
</style>