Shades of Pale Oyster #96896C
Tints of Pale Oyster #96896C
RGB
CMYK
RGB Variations
Color information
#96896C (or 0x96896C) is known color: Pale Oyster. HEX triplet: 96, 89 and 6C. RGB value is (150,137,108). Sum of RGB (Red+Green+Blue) = 150+137+108=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96896C is #697693. Grayscale: #898989. Windows color (decimal): -6911636 or 7113110. OLE color: 7113110.
HSL color Cylindrical-coordinate representation of color #96896C: hue angle of 41.43º 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 #96896C is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 108 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.41 |
| HSL | 41.43º | 0.17% | 0.51% | - |
| HSV(B) | 41.43º | 0.28% | 0.59% | - |
| XYZ | 24.23 | 25.46 | 17.82 | - |
| YUV | 137.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 108 | 0 | 0.09 | 0.28 | 0.41 | 41.43 | 0.17 | 0.51 |
| Hex | 96 | 89 | 6C | 0 | 9 | 1C | 29 | 29 | 11 | 33 |
| Octal | 226 | 211 | 154 | 0 | 11 | 34 | 51 | 51 | 21 | 63 |
| Binary | 10010110 | 10001001 | 1101100 | 0 | 1001 | 11100 | 101001 | 101001 | 10001 | 110011 |
Color Harmonies of #96896C
Complementary color
Monochromatic Colors of #96896C
Black with #96896C
Text Example
Text Example
White with #96896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96896C; }
p { color: rgb(150,137,108); }
H1.HeaderClassName
{
color: #96896C;
}
.AnyTagClassName
{
color: #96896C;
}
</style>
background-color css
<style>
a { background-color: #96896C; }
a { background-color: rgb(150,137,108); }
div.DivClassName
{
background-color: #96896C;
}
.BgClassName
{
background-color: #96896C;
}
</style>
border-color css
<style>
span { border-color: #96896C; }
span { border-color: rgb(150,137,108); }
td.TdClassName
{
border-color: #96896C;
}
.TagClassName
{
border-color: #96896C;
}
</style>