Shades of Pale Oyster #93866C
Tints of Pale Oyster #93866C
RGB
CMYK
RGB Variations
Color information
#93866C (or 0x93866C) is known color: Pale Oyster. HEX triplet: 93, 86 and 6C. RGB value is (147,134,108). Sum of RGB (Red+Green+Blue) = 147+134+108=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #93866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93866C is #6C7993. Grayscale: #878787. Windows color (decimal): -7109012 or 7112339. OLE color: 7112339.
HSL color Cylindrical-coordinate representation of color #93866C: hue angle of 40º 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 #93866C is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 134 | 108 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.42 |
| HSL | 40º | 0.15% | 0.5% | - |
| HSV(B) | 40º | 0.27% | 0.58% | - |
| XYZ | 23.26 | 24.34 | 17.66 | - |
| YUV | 134.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 134 | 108 | 0 | 0.09 | 0.27 | 0.42 | 40 | 0.15 | 0.5 |
| Hex | 93 | 86 | 6C | 0 | 9 | 1B | 2A | 28 | F | 32 |
| Octal | 223 | 206 | 154 | 0 | 11 | 33 | 52 | 50 | 17 | 62 |
| Binary | 10010011 | 10000110 | 1101100 | 0 | 1001 | 11011 | 101010 | 101000 | 1111 | 110010 |
Color Harmonies of #93866C
Complementary color
Monochromatic Colors of #93866C
Black with #93866C
Text Example
Text Example
White with #93866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93866C; }
p { color: rgb(147,134,108); }
H1.HeaderClassName
{
color: #93866C;
}
.AnyTagClassName
{
color: #93866C;
}
</style>
background-color css
<style>
a { background-color: #93866C; }
a { background-color: rgb(147,134,108); }
div.DivClassName
{
background-color: #93866C;
}
.BgClassName
{
background-color: #93866C;
}
</style>
border-color css
<style>
span { border-color: #93866C; }
span { border-color: rgb(147,134,108); }
td.TdClassName
{
border-color: #93866C;
}
.TagClassName
{
border-color: #93866C;
}
</style>