Shades of Pale Oyster #9F8B6D
Tints of Pale Oyster #9F8B6D
RGB
CMYK
RGB Variations
Color information
#9F8B6D (or 0x9F8B6D) is known color: Pale Oyster. HEX triplet: 9F, 8B and 6D. RGB value is (159,139,109). Sum of RGB (Red+Green+Blue) = 159+139+109=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8B6D is #607492. Grayscale: #8D8D8D. Windows color (decimal): -6321299 or 7179167. OLE color: 7179167.
HSL color Cylindrical-coordinate representation of color #9F8B6D: hue angle of 36º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F8B6D is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 139 | 109 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.38 |
| HSL | 36º | 0.21% | 0.53% | - |
| HSV(B) | 36º | 0.31% | 0.62% | - |
| XYZ | 26.29 | 26.94 | 18.28 | - |
| YUV | 141.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 139 | 109 | 0 | 0.13 | 0.31 | 0.38 | 36 | 0.21 | 0.53 |
| Hex | 9F | 8B | 6D | 0 | D | 1F | 26 | 24 | 15 | 35 |
| Octal | 237 | 213 | 155 | 0 | 15 | 37 | 46 | 44 | 25 | 65 |
| Binary | 10011111 | 10001011 | 1101101 | 0 | 1101 | 11111 | 100110 | 100100 | 10101 | 110101 |
Color Harmonies of #9F8B6D
Complementary color
Monochromatic Colors of #9F8B6D
Black with #9F8B6D
Text Example
Text Example
White with #9F8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8B6D; }
p { color: rgb(159,139,109); }
H1.HeaderClassName
{
color: #9F8B6D;
}
.AnyTagClassName
{
color: #9F8B6D;
}
</style>
background-color css
<style>
a { background-color: #9F8B6D; }
a { background-color: rgb(159,139,109); }
div.DivClassName
{
background-color: #9F8B6D;
}
.BgClassName
{
background-color: #9F8B6D;
}
</style>
border-color css
<style>
span { border-color: #9F8B6D; }
span { border-color: rgb(159,139,109); }
td.TdClassName
{
border-color: #9F8B6D;
}
.TagClassName
{
border-color: #9F8B6D;
}
</style>