Shades of Pale Oyster #968870
Tints of Pale Oyster #968870
RGB
CMYK
RGB Variations
Color information
#968870 (or 0x968870) is known color: Pale Oyster. HEX triplet: 96, 88 and 70. RGB value is (150,136,112). Sum of RGB (Red+Green+Blue) = 150+136+112=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968870 is #69778F. Grayscale: #898989. Windows color (decimal): -6911888 or 7374998. OLE color: 7374998.
HSL color Cylindrical-coordinate representation of color #968870: hue angle of 37.89º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #968870 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 112 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.41 |
| HSL | 37.89º | 0.15% | 0.51% | - |
| HSV(B) | 37.89º | 0.25% | 0.59% | - |
| XYZ | 24.31 | 25.26 | 18.92 | - |
| YUV | 137.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 112 | 0 | 0.09 | 0.25 | 0.41 | 37.89 | 0.15 | 0.51 |
| Hex | 96 | 88 | 70 | 0 | 9 | 19 | 29 | 26 | F | 33 |
| Octal | 226 | 210 | 160 | 0 | 11 | 31 | 51 | 46 | 17 | 63 |
| Binary | 10010110 | 10001000 | 1110000 | 0 | 1001 | 11001 | 101001 | 100110 | 1111 | 110011 |
Color Harmonies of #968870
Complementary color
Monochromatic Colors of #968870
Black with #968870
Text Example
Text Example
White with #968870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968870; }
p { color: rgb(150,136,112); }
H1.HeaderClassName
{
color: #968870;
}
.AnyTagClassName
{
color: #968870;
}
</style>
background-color css
<style>
a { background-color: #968870; }
a { background-color: rgb(150,136,112); }
div.DivClassName
{
background-color: #968870;
}
.BgClassName
{
background-color: #968870;
}
</style>
border-color css
<style>
span { border-color: #968870; }
span { border-color: rgb(150,136,112); }
td.TdClassName
{
border-color: #968870;
}
.TagClassName
{
border-color: #968870;
}
</style>