Shades of Pale Oyster #93886F
Tints of Pale Oyster #93886F
RGB
CMYK
RGB Variations
Color information
#93886F (or 0x93886F) is known color: Pale Oyster. HEX triplet: 93, 88 and 6F. RGB value is (147,136,111). Sum of RGB (Red+Green+Blue) = 147+136+111=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #93886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93886F is #6C7790. Grayscale: #888888. Windows color (decimal): -7108497 or 7309459. OLE color: 7309459.
HSL color Cylindrical-coordinate representation of color #93886F: hue angle of 41.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93886F is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 111 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.42 |
| HSL | 41.67º | 0.14% | 0.51% | - |
| HSV(B) | 41.67º | 0.24% | 0.58% | - |
| XYZ | 23.71 | 24.96 | 18.61 | - |
| YUV | 136.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 111 | 0 | 0.07 | 0.24 | 0.42 | 41.67 | 0.14 | 0.51 |
| Hex | 93 | 88 | 6F | 0 | 7 | 18 | 2A | 2A | E | 33 |
| Octal | 223 | 210 | 157 | 0 | 7 | 30 | 52 | 52 | 16 | 63 |
| Binary | 10010011 | 10001000 | 1101111 | 0 | 111 | 11000 | 101010 | 101010 | 1110 | 110011 |
Color Harmonies of #93886F
Complementary color
Monochromatic Colors of #93886F
Black with #93886F
Text Example
Text Example
White with #93886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93886F; }
p { color: rgb(147,136,111); }
H1.HeaderClassName
{
color: #93886F;
}
.AnyTagClassName
{
color: #93886F;
}
</style>
background-color css
<style>
a { background-color: #93886F; }
a { background-color: rgb(147,136,111); }
div.DivClassName
{
background-color: #93886F;
}
.BgClassName
{
background-color: #93886F;
}
</style>
border-color css
<style>
span { border-color: #93886F; }
span { border-color: rgb(147,136,111); }
td.TdClassName
{
border-color: #93886F;
}
.TagClassName
{
border-color: #93886F;
}
</style>