Shades of Pale Oyster #94866D
Tints of Pale Oyster #94866D
RGB
CMYK
RGB Variations
Color information
#94866D (or 0x94866D) is known color: Pale Oyster. HEX triplet: 94, 86 and 6D. RGB value is (148,134,109). Sum of RGB (Red+Green+Blue) = 148+134+109=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #94866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94866D is #6B7992. Grayscale: #878787. Windows color (decimal): -7043475 or 7177876. OLE color: 7177876.
HSL color Cylindrical-coordinate representation of color #94866D: 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.26%. Process color model (Four color, CMYK) of #94866D is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 134 | 109 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.42 |
| HSL | 38.46º | 0.15% | 0.5% | - |
| HSV(B) | 38.46º | 0.26% | 0.58% | - |
| XYZ | 23.5 | 24.45 | 17.95 | - |
| YUV | 135.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 109 | 0 | 0.09 | 0.26 | 0.42 | 38.46 | 0.15 | 0.5 |
| Hex | 94 | 86 | 6D | 0 | 9 | 1A | 2A | 26 | F | 32 |
| Octal | 224 | 206 | 155 | 0 | 11 | 32 | 52 | 46 | 17 | 62 |
| Binary | 10010100 | 10000110 | 1101101 | 0 | 1001 | 11010 | 101010 | 100110 | 1111 | 110010 |
Color Harmonies of #94866D
Complementary color
Monochromatic Colors of #94866D
Black with #94866D
Text Example
Text Example
White with #94866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94866D; }
p { color: rgb(148,134,109); }
H1.HeaderClassName
{
color: #94866D;
}
.AnyTagClassName
{
color: #94866D;
}
</style>
background-color css
<style>
a { background-color: #94866D; }
a { background-color: rgb(148,134,109); }
div.DivClassName
{
background-color: #94866D;
}
.BgClassName
{
background-color: #94866D;
}
</style>
border-color css
<style>
span { border-color: #94866D; }
span { border-color: rgb(148,134,109); }
td.TdClassName
{
border-color: #94866D;
}
.TagClassName
{
border-color: #94866D;
}
</style>