Shades of Pale Oyster #9D8F69
Tints of Pale Oyster #9D8F69
RGB
CMYK
RGB Variations
Color information
#9D8F69 (or 0x9D8F69) is known color: Pale Oyster. HEX triplet: 9D, 8F and 69. RGB value is (157,143,105). Sum of RGB (Red+Green+Blue) = 157+143+105=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8F69 is #627096. Grayscale: #8F8F8F. Windows color (decimal): -6451351 or 6918045. OLE color: 6918045.
HSL color Cylindrical-coordinate representation of color #9D8F69: hue angle of 43.85º 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 #9D8F69 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 143 | 105 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.38 |
| HSL | 43.85º | 0.21% | 0.51% | - |
| HSV(B) | 43.85º | 0.33% | 0.62% | - |
| XYZ | 26.28 | 27.83 | 17.35 | - |
| YUV | 142.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 105 | 0 | 0.09 | 0.33 | 0.38 | 43.85 | 0.21 | 0.51 |
| Hex | 9D | 8F | 69 | 0 | 9 | 21 | 26 | 2C | 15 | 33 |
| Octal | 235 | 217 | 151 | 0 | 11 | 41 | 46 | 54 | 25 | 63 |
| Binary | 10011101 | 10001111 | 1101001 | 0 | 1001 | 100001 | 100110 | 101100 | 10101 | 110011 |
Color Harmonies of #9D8F69
Complementary color
Monochromatic Colors of #9D8F69
Black with #9D8F69
Text Example
Text Example
White with #9D8F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8F69; }
p { color: rgb(157,143,105); }
H1.HeaderClassName
{
color: #9D8F69;
}
.AnyTagClassName
{
color: #9D8F69;
}
</style>
background-color css
<style>
a { background-color: #9D8F69; }
a { background-color: rgb(157,143,105); }
div.DivClassName
{
background-color: #9D8F69;
}
.BgClassName
{
background-color: #9D8F69;
}
</style>
border-color css
<style>
span { border-color: #9D8F69; }
span { border-color: rgb(157,143,105); }
td.TdClassName
{
border-color: #9D8F69;
}
.TagClassName
{
border-color: #9D8F69;
}
</style>