Shades of Pale Oyster #96886C
Tints of Pale Oyster #96886C
RGB
CMYK
RGB Variations
Color information
#96886C (or 0x96886C) is known color: Pale Oyster. HEX triplet: 96, 88 and 6C. RGB value is (150,136,108). Sum of RGB (Red+Green+Blue) = 150+136+108=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #96886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96886C is #697793. Grayscale: #898989. Windows color (decimal): -6911892 or 7112854. OLE color: 7112854.
HSL color Cylindrical-coordinate representation of color #96886C: hue angle of 40º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96886C is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 108 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.41 |
| HSL | 40º | 0.17% | 0.51% | - |
| HSV(B) | 40º | 0.28% | 0.59% | - |
| XYZ | 24.09 | 25.18 | 17.78 | - |
| YUV | 136.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 108 | 0 | 0.09 | 0.28 | 0.41 | 40 | 0.17 | 0.51 |
| Hex | 96 | 88 | 6C | 0 | 9 | 1C | 29 | 28 | 11 | 33 |
| Octal | 226 | 210 | 154 | 0 | 11 | 34 | 51 | 50 | 21 | 63 |
| Binary | 10010110 | 10001000 | 1101100 | 0 | 1001 | 11100 | 101001 | 101000 | 10001 | 110011 |
Color Harmonies of #96886C
Complementary color
Monochromatic Colors of #96886C
Black with #96886C
Text Example
Text Example
White with #96886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96886C; }
p { color: rgb(150,136,108); }
H1.HeaderClassName
{
color: #96886C;
}
.AnyTagClassName
{
color: #96886C;
}
</style>
background-color css
<style>
a { background-color: #96886C; }
a { background-color: rgb(150,136,108); }
div.DivClassName
{
background-color: #96886C;
}
.BgClassName
{
background-color: #96886C;
}
</style>
border-color css
<style>
span { border-color: #96886C; }
span { border-color: rgb(150,136,108); }
td.TdClassName
{
border-color: #96886C;
}
.TagClassName
{
border-color: #96886C;
}
</style>