Shades of Pale Oyster #94856E
Tints of Pale Oyster #94856E
RGB
CMYK
RGB Variations
Color information
#94856E (or 0x94856E) is known color: Pale Oyster. HEX triplet: 94, 85 and 6E. RGB value is (148,133,110). Sum of RGB (Red+Green+Blue) = 148+133+110=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #94856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94856E is #6B7A91. Grayscale: #868686. Windows color (decimal): -7043730 or 7243156. OLE color: 7243156.
HSL color Cylindrical-coordinate representation of color #94856E: hue angle of 36.32º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94856E is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 133 | 110 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.42 |
| HSL | 36.32º | 0.15% | 0.51% | - |
| HSV(B) | 36.32º | 0.26% | 0.58% | - |
| XYZ | 23.41 | 24.2 | 18.19 | - |
| YUV | 134.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 110 | 0 | 0.10 | 0.26 | 0.42 | 36.32 | 0.15 | 0.51 |
| Hex | 94 | 85 | 6E | 0 | A | 1A | 2A | 24 | F | 33 |
| Octal | 224 | 205 | 156 | 0 | 12 | 32 | 52 | 44 | 17 | 63 |
| Binary | 10010100 | 10000101 | 1101110 | 0 | 1010 | 11010 | 101010 | 100100 | 1111 | 110011 |
Color Harmonies of #94856E
Complementary color
Monochromatic Colors of #94856E
Black with #94856E
Text Example
Text Example
White with #94856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94856E; }
p { color: rgb(148,133,110); }
H1.HeaderClassName
{
color: #94856E;
}
.AnyTagClassName
{
color: #94856E;
}
</style>
background-color css
<style>
a { background-color: #94856E; }
a { background-color: rgb(148,133,110); }
div.DivClassName
{
background-color: #94856E;
}
.BgClassName
{
background-color: #94856E;
}
</style>
border-color css
<style>
span { border-color: #94856E; }
span { border-color: rgb(148,133,110); }
td.TdClassName
{
border-color: #94856E;
}
.TagClassName
{
border-color: #94856E;
}
</style>