Shades of Pale Oyster #9C8E68
Tints of Pale Oyster #9C8E68
RGB
CMYK
RGB Variations
Color information
#9C8E68 (or 0x9C8E68) is known color: Pale Oyster. HEX triplet: 9C, 8E and 68. RGB value is (156,142,104). Sum of RGB (Red+Green+Blue) = 156+142+104=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8E68 is #637197. Grayscale: #8E8E8E. Windows color (decimal): -6517144 or 6852252. OLE color: 6852252.
HSL color Cylindrical-coordinate representation of color #9C8E68: hue angle of 43.85º 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 #9C8E68 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 142 | 104 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.39 |
| HSL | 43.85º | 0.21% | 0.51% | - |
| HSV(B) | 43.85º | 0.33% | 0.61% | - |
| XYZ | 25.88 | 27.41 | 17.02 | - |
| YUV | 141.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 104 | 0 | 0.09 | 0.33 | 0.39 | 43.85 | 0.21 | 0.51 |
| Hex | 9C | 8E | 68 | 0 | 9 | 21 | 27 | 2C | 15 | 33 |
| Octal | 234 | 216 | 150 | 0 | 11 | 41 | 47 | 54 | 25 | 63 |
| Binary | 10011100 | 10001110 | 1101000 | 0 | 1001 | 100001 | 100111 | 101100 | 10101 | 110011 |
Color Harmonies of #9C8E68
Complementary color
Monochromatic Colors of #9C8E68
Black with #9C8E68
Text Example
Text Example
White with #9C8E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8E68; }
p { color: rgb(156,142,104); }
H1.HeaderClassName
{
color: #9C8E68;
}
.AnyTagClassName
{
color: #9C8E68;
}
</style>
background-color css
<style>
a { background-color: #9C8E68; }
a { background-color: rgb(156,142,104); }
div.DivClassName
{
background-color: #9C8E68;
}
.BgClassName
{
background-color: #9C8E68;
}
</style>
border-color css
<style>
span { border-color: #9C8E68; }
span { border-color: rgb(156,142,104); }
td.TdClassName
{
border-color: #9C8E68;
}
.TagClassName
{
border-color: #9C8E68;
}
</style>