Shades of Pale Oyster #93856C
Tints of Pale Oyster #93856C
RGB
CMYK
RGB Variations
Color information
#93856C (or 0x93856C) is known color: Pale Oyster. HEX triplet: 93, 85 and 6C. RGB value is (147,133,108). Sum of RGB (Red+Green+Blue) = 147+133+108=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #93856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93856C is #6C7A93. Grayscale: #868686. Windows color (decimal): -7109268 or 7112083. OLE color: 7112083.
HSL color Cylindrical-coordinate representation of color #93856C: hue angle of 38.46º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93856C is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 133 | 108 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.42 |
| HSL | 38.46º | 0.15% | 0.5% | - |
| HSV(B) | 38.46º | 0.27% | 0.58% | - |
| XYZ | 23.13 | 24.06 | 17.61 | - |
| YUV | 134.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 108 | 0 | 0.10 | 0.27 | 0.42 | 38.46 | 0.15 | 0.5 |
| Hex | 93 | 85 | 6C | 0 | A | 1B | 2A | 26 | F | 32 |
| Octal | 223 | 205 | 154 | 0 | 12 | 33 | 52 | 46 | 17 | 62 |
| Binary | 10010011 | 10000101 | 1101100 | 0 | 1010 | 11011 | 101010 | 100110 | 1111 | 110010 |
Color Harmonies of #93856C
Complementary color
Monochromatic Colors of #93856C
Black with #93856C
Text Example
Text Example
White with #93856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93856C; }
p { color: rgb(147,133,108); }
H1.HeaderClassName
{
color: #93856C;
}
.AnyTagClassName
{
color: #93856C;
}
</style>
background-color css
<style>
a { background-color: #93856C; }
a { background-color: rgb(147,133,108); }
div.DivClassName
{
background-color: #93856C;
}
.BgClassName
{
background-color: #93856C;
}
</style>
border-color css
<style>
span { border-color: #93856C; }
span { border-color: rgb(147,133,108); }
td.TdClassName
{
border-color: #93856C;
}
.TagClassName
{
border-color: #93856C;
}
</style>