Shades of Pale Oyster #96896B
Tints of Pale Oyster #96896B
RGB
CMYK
RGB Variations
Color information
#96896B (or 0x96896B) is known color: Pale Oyster. HEX triplet: 96, 89 and 6B. RGB value is (150,137,107). Sum of RGB (Red+Green+Blue) = 150+137+107=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #96896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96896B is #697694. Grayscale: #898989. Windows color (decimal): -6911637 or 7047574. OLE color: 7047574.
HSL color Cylindrical-coordinate representation of color #96896B: hue angle of 41.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96896B is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 107 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.41 |
| HSL | 41.86º | 0.17% | 0.5% | - |
| HSV(B) | 41.86º | 0.29% | 0.59% | - |
| XYZ | 24.18 | 25.44 | 17.55 | - |
| YUV | 137.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 107 | 0 | 0.09 | 0.29 | 0.41 | 41.86 | 0.17 | 0.5 |
| Hex | 96 | 89 | 6B | 0 | 9 | 1D | 29 | 2A | 11 | 32 |
| Octal | 226 | 211 | 153 | 0 | 11 | 35 | 51 | 52 | 21 | 62 |
| Binary | 10010110 | 10001001 | 1101011 | 0 | 1001 | 11101 | 101001 | 101010 | 10001 | 110010 |
Color Harmonies of #96896B
Complementary color
Monochromatic Colors of #96896B
Black with #96896B
Text Example
Text Example
White with #96896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96896B; }
p { color: rgb(150,137,107); }
H1.HeaderClassName
{
color: #96896B;
}
.AnyTagClassName
{
color: #96896B;
}
</style>
background-color css
<style>
a { background-color: #96896B; }
a { background-color: rgb(150,137,107); }
div.DivClassName
{
background-color: #96896B;
}
.BgClassName
{
background-color: #96896B;
}
</style>
border-color css
<style>
span { border-color: #96896B; }
span { border-color: rgb(150,137,107); }
td.TdClassName
{
border-color: #96896B;
}
.TagClassName
{
border-color: #96896B;
}
</style>