Shades of Pale Oyster #93886D
Tints of Pale Oyster #93886D
RGB
CMYK
RGB Variations
Color information
#93886D (or 0x93886D) is known color: Pale Oyster. HEX triplet: 93, 88 and 6D. RGB value is (147,136,109). Sum of RGB (Red+Green+Blue) = 147+136+109=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #93886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93886D is #6C7792. Grayscale: #888888. Windows color (decimal): -7108499 or 7178387. OLE color: 7178387.
HSL color Cylindrical-coordinate representation of color #93886D: hue angle of 42.63º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93886D is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 109 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.42 |
| HSL | 42.63º | 0.15% | 0.5% | - |
| HSV(B) | 42.63º | 0.26% | 0.58% | - |
| XYZ | 23.6 | 24.92 | 18.03 | - |
| YUV | 136.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 109 | 0 | 0.07 | 0.26 | 0.42 | 42.63 | 0.15 | 0.5 |
| Hex | 93 | 88 | 6D | 0 | 7 | 1A | 2A | 2B | F | 32 |
| Octal | 223 | 210 | 155 | 0 | 7 | 32 | 52 | 53 | 17 | 62 |
| Binary | 10010011 | 10001000 | 1101101 | 0 | 111 | 11010 | 101010 | 101011 | 1111 | 110010 |
Color Harmonies of #93886D
Complementary color
Monochromatic Colors of #93886D
Black with #93886D
Text Example
Text Example
White with #93886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93886D; }
p { color: rgb(147,136,109); }
H1.HeaderClassName
{
color: #93886D;
}
.AnyTagClassName
{
color: #93886D;
}
</style>
background-color css
<style>
a { background-color: #93886D; }
a { background-color: rgb(147,136,109); }
div.DivClassName
{
background-color: #93886D;
}
.BgClassName
{
background-color: #93886D;
}
</style>
border-color css
<style>
span { border-color: #93886D; }
span { border-color: rgb(147,136,109); }
td.TdClassName
{
border-color: #93886D;
}
.TagClassName
{
border-color: #93886D;
}
</style>