Shades of Pale Oyster #96886F
Tints of Pale Oyster #96886F
RGB
CMYK
RGB Variations
Color information
#96886F (or 0x96886F) is known color: Pale Oyster. HEX triplet: 96, 88 and 6F. RGB value is (150,136,111). Sum of RGB (Red+Green+Blue) = 150+136+111=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #96886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96886F is #697790. Grayscale: #898989. Windows color (decimal): -6911889 or 7309462. OLE color: 7309462.
HSL color Cylindrical-coordinate representation of color #96886F: hue angle of 38.46º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96886F is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 111 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.41 |
| HSL | 38.46º | 0.16% | 0.51% | - |
| HSV(B) | 38.46º | 0.26% | 0.59% | - |
| XYZ | 24.25 | 25.24 | 18.63 | - |
| YUV | 137.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 111 | 0 | 0.09 | 0.26 | 0.41 | 38.46 | 0.16 | 0.51 |
| Hex | 96 | 88 | 6F | 0 | 9 | 1A | 29 | 26 | 10 | 33 |
| Octal | 226 | 210 | 157 | 0 | 11 | 32 | 51 | 46 | 20 | 63 |
| Binary | 10010110 | 10001000 | 1101111 | 0 | 1001 | 11010 | 101001 | 100110 | 10000 | 110011 |
Color Harmonies of #96886F
Complementary color
Monochromatic Colors of #96886F
Black with #96886F
Text Example
Text Example
White with #96886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96886F; }
p { color: rgb(150,136,111); }
H1.HeaderClassName
{
color: #96886F;
}
.AnyTagClassName
{
color: #96886F;
}
</style>
background-color css
<style>
a { background-color: #96886F; }
a { background-color: rgb(150,136,111); }
div.DivClassName
{
background-color: #96886F;
}
.BgClassName
{
background-color: #96886F;
}
</style>
border-color css
<style>
span { border-color: #96886F; }
span { border-color: rgb(150,136,111); }
td.TdClassName
{
border-color: #96886F;
}
.TagClassName
{
border-color: #96886F;
}
</style>