Shades of Pale Oyster #9D8E69
Tints of Pale Oyster #9D8E69
RGB
CMYK
RGB Variations
Color information
#9D8E69 (or 0x9D8E69) is known color: Pale Oyster. HEX triplet: 9D, 8E and 69. RGB value is (157,142,105). Sum of RGB (Red+Green+Blue) = 157+142+105=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8E69 is #627196. Grayscale: #8E8E8E. Windows color (decimal): -6451607 or 6917789. OLE color: 6917789.
HSL color Cylindrical-coordinate representation of color #9D8E69: hue angle of 42.69º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D8E69 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 142 | 105 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.38 |
| HSL | 42.69º | 0.21% | 0.51% | - |
| HSV(B) | 42.69º | 0.33% | 0.62% | - |
| XYZ | 26.13 | 27.53 | 17.3 | - |
| YUV | 142.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 142 | 105 | 0 | 0.10 | 0.33 | 0.38 | 42.69 | 0.21 | 0.51 |
| Hex | 9D | 8E | 69 | 0 | A | 21 | 26 | 2B | 15 | 33 |
| Octal | 235 | 216 | 151 | 0 | 12 | 41 | 46 | 53 | 25 | 63 |
| Binary | 10011101 | 10001110 | 1101001 | 0 | 1010 | 100001 | 100110 | 101011 | 10101 | 110011 |
Color Harmonies of #9D8E69
Complementary color
Monochromatic Colors of #9D8E69
Black with #9D8E69
Text Example
Text Example
White with #9D8E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8E69; }
p { color: rgb(157,142,105); }
H1.HeaderClassName
{
color: #9D8E69;
}
.AnyTagClassName
{
color: #9D8E69;
}
</style>
background-color css
<style>
a { background-color: #9D8E69; }
a { background-color: rgb(157,142,105); }
div.DivClassName
{
background-color: #9D8E69;
}
.BgClassName
{
background-color: #9D8E69;
}
</style>
border-color css
<style>
span { border-color: #9D8E69; }
span { border-color: rgb(157,142,105); }
td.TdClassName
{
border-color: #9D8E69;
}
.TagClassName
{
border-color: #9D8E69;
}
</style>