Shades of Pale Oyster #958971
Tints of Pale Oyster #958971
RGB
CMYK
RGB Variations
Color information
#958971 (or 0x958971) is known color: Pale Oyster. HEX triplet: 95, 89 and 71. RGB value is (149,137,113). Sum of RGB (Red+Green+Blue) = 149+137+113=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #958971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958971 is #6A768E. Grayscale: #898989. Windows color (decimal): -6977167 or 7440789. OLE color: 7440789.
HSL color Cylindrical-coordinate representation of color #958971: hue angle of 40º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #958971 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 113 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.42 |
| HSL | 40º | 0.15% | 0.51% | - |
| HSV(B) | 40º | 0.24% | 0.58% | - |
| XYZ | 24.32 | 25.47 | 19.26 | - |
| YUV | 137.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 113 | 0 | 0.08 | 0.24 | 0.42 | 40 | 0.15 | 0.51 |
| Hex | 95 | 89 | 71 | 0 | 8 | 18 | 2A | 28 | F | 33 |
| Octal | 225 | 211 | 161 | 0 | 10 | 30 | 52 | 50 | 17 | 63 |
| Binary | 10010101 | 10001001 | 1110001 | 0 | 1000 | 11000 | 101010 | 101000 | 1111 | 110011 |
Color Harmonies of #958971
Complementary color
Monochromatic Colors of #958971
Black with #958971
Text Example
Text Example
White with #958971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958971; }
p { color: rgb(149,137,113); }
H1.HeaderClassName
{
color: #958971;
}
.AnyTagClassName
{
color: #958971;
}
</style>
background-color css
<style>
a { background-color: #958971; }
a { background-color: rgb(149,137,113); }
div.DivClassName
{
background-color: #958971;
}
.BgClassName
{
background-color: #958971;
}
</style>
border-color css
<style>
span { border-color: #958971; }
span { border-color: rgb(149,137,113); }
td.TdClassName
{
border-color: #958971;
}
.TagClassName
{
border-color: #958971;
}
</style>