Shades of Pale Oyster #94896D
Tints of Pale Oyster #94896D
RGB
CMYK
RGB Variations
Color information
#94896D (or 0x94896D) is known color: Pale Oyster. HEX triplet: 94, 89 and 6D. RGB value is (148,137,109). Sum of RGB (Red+Green+Blue) = 148+137+109=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #94896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94896D is #6B7692. Grayscale: #898989. Windows color (decimal): -7042707 or 7178644. OLE color: 7178644.
HSL color Cylindrical-coordinate representation of color #94896D: hue angle of 43.08º 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 #94896D is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 137 | 109 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.42 |
| HSL | 43.08º | 0.15% | 0.5% | - |
| HSV(B) | 43.08º | 0.26% | 0.58% | - |
| XYZ | 23.92 | 25.29 | 18.09 | - |
| YUV | 137.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 137 | 109 | 0 | 0.07 | 0.26 | 0.42 | 43.08 | 0.15 | 0.5 |
| Hex | 94 | 89 | 6D | 0 | 7 | 1A | 2A | 2B | F | 32 |
| Octal | 224 | 211 | 155 | 0 | 7 | 32 | 52 | 53 | 17 | 62 |
| Binary | 10010100 | 10001001 | 1101101 | 0 | 111 | 11010 | 101010 | 101011 | 1111 | 110010 |
Color Harmonies of #94896D
Complementary color
Monochromatic Colors of #94896D
Black with #94896D
Text Example
Text Example
White with #94896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94896D; }
p { color: rgb(148,137,109); }
H1.HeaderClassName
{
color: #94896D;
}
.AnyTagClassName
{
color: #94896D;
}
</style>
background-color css
<style>
a { background-color: #94896D; }
a { background-color: rgb(148,137,109); }
div.DivClassName
{
background-color: #94896D;
}
.BgClassName
{
background-color: #94896D;
}
</style>
border-color css
<style>
span { border-color: #94896D; }
span { border-color: rgb(148,137,109); }
td.TdClassName
{
border-color: #94896D;
}
.TagClassName
{
border-color: #94896D;
}
</style>