Shades of Pale Oyster #9D8B6D
Tints of Pale Oyster #9D8B6D
RGB
CMYK
RGB Variations
Color information
#9D8B6D (or 0x9D8B6D) is known color: Pale Oyster. HEX triplet: 9D, 8B and 6D. RGB value is (157,139,109). Sum of RGB (Red+Green+Blue) = 157+139+109=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8B6D is #627492. Grayscale: #8D8D8D. Windows color (decimal): -6452371 or 7179165. OLE color: 7179165.
HSL color Cylindrical-coordinate representation of color #9D8B6D: hue angle of 37.5º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D8B6D is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 139 | 109 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.38 |
| HSL | 37.5º | 0.2% | 0.52% | - |
| HSV(B) | 37.5º | 0.31% | 0.62% | - |
| XYZ | 25.9 | 26.74 | 18.26 | - |
| YUV | 140.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 139 | 109 | 0 | 0.11 | 0.31 | 0.38 | 37.5 | 0.2 | 0.52 |
| Hex | 9D | 8B | 6D | 0 | B | 1F | 26 | 26 | 14 | 34 |
| Octal | 235 | 213 | 155 | 0 | 13 | 37 | 46 | 46 | 24 | 64 |
| Binary | 10011101 | 10001011 | 1101101 | 0 | 1011 | 11111 | 100110 | 100110 | 10100 | 110100 |
Color Harmonies of #9D8B6D
Complementary color
Monochromatic Colors of #9D8B6D
Black with #9D8B6D
Text Example
Text Example
White with #9D8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8B6D; }
p { color: rgb(157,139,109); }
H1.HeaderClassName
{
color: #9D8B6D;
}
.AnyTagClassName
{
color: #9D8B6D;
}
</style>
background-color css
<style>
a { background-color: #9D8B6D; }
a { background-color: rgb(157,139,109); }
div.DivClassName
{
background-color: #9D8B6D;
}
.BgClassName
{
background-color: #9D8B6D;
}
</style>
border-color css
<style>
span { border-color: #9D8B6D; }
span { border-color: rgb(157,139,109); }
td.TdClassName
{
border-color: #9D8B6D;
}
.TagClassName
{
border-color: #9D8B6D;
}
</style>