Shades of Pale Oyster #96866D
Tints of Pale Oyster #96866D
RGB
CMYK
RGB Variations
Color information
#96866D (or 0x96866D) is known color: Pale Oyster. HEX triplet: 96, 86 and 6D. RGB value is (150,134,109). Sum of RGB (Red+Green+Blue) = 150+134+109=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96866D is #697992. Grayscale: #888888. Windows color (decimal): -6912403 or 7177878. OLE color: 7177878.
HSL color Cylindrical-coordinate representation of color #96866D: hue angle of 36.59º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96866D is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 109 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.41 |
| HSL | 36.59º | 0.16% | 0.51% | - |
| HSV(B) | 36.59º | 0.27% | 0.59% | - |
| XYZ | 23.86 | 24.64 | 17.97 | - |
| YUV | 135.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 109 | 0 | 0.11 | 0.27 | 0.41 | 36.59 | 0.16 | 0.51 |
| Hex | 96 | 86 | 6D | 0 | B | 1B | 29 | 25 | 10 | 33 |
| Octal | 226 | 206 | 155 | 0 | 13 | 33 | 51 | 45 | 20 | 63 |
| Binary | 10010110 | 10000110 | 1101101 | 0 | 1011 | 11011 | 101001 | 100101 | 10000 | 110011 |
Color Harmonies of #96866D
Complementary color
Monochromatic Colors of #96866D
Black with #96866D
Text Example
Text Example
White with #96866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96866D; }
p { color: rgb(150,134,109); }
H1.HeaderClassName
{
color: #96866D;
}
.AnyTagClassName
{
color: #96866D;
}
</style>
background-color css
<style>
a { background-color: #96866D; }
a { background-color: rgb(150,134,109); }
div.DivClassName
{
background-color: #96866D;
}
.BgClassName
{
background-color: #96866D;
}
</style>
border-color css
<style>
span { border-color: #96866D; }
span { border-color: rgb(150,134,109); }
td.TdClassName
{
border-color: #96866D;
}
.TagClassName
{
border-color: #96866D;
}
</style>