Shades of Pale Oyster #94856A
Tints of Pale Oyster #94856A
RGB
CMYK
RGB Variations
Color information
#94856A (or 0x94856A) is known color: Pale Oyster. HEX triplet: 94, 85 and 6A. RGB value is (148,133,106). Sum of RGB (Red+Green+Blue) = 148+133+106=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94856A is #6B7A95. Grayscale: #868686. Windows color (decimal): -7043734 or 6981012. OLE color: 6981012.
HSL color Cylindrical-coordinate representation of color #94856A: hue angle of 38.57º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94856A is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 133 | 106 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.42 |
| HSL | 38.57º | 0.17% | 0.5% | - |
| HSV(B) | 38.57º | 0.28% | 0.58% | - |
| XYZ | 23.2 | 24.11 | 17.07 | - |
| YUV | 134.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 106 | 0 | 0.10 | 0.28 | 0.42 | 38.57 | 0.17 | 0.5 |
| Hex | 94 | 85 | 6A | 0 | A | 1C | 2A | 27 | 11 | 32 |
| Octal | 224 | 205 | 152 | 0 | 12 | 34 | 52 | 47 | 21 | 62 |
| Binary | 10010100 | 10000101 | 1101010 | 0 | 1010 | 11100 | 101010 | 100111 | 10001 | 110010 |
Color Harmonies of #94856A
Complementary color
Monochromatic Colors of #94856A
Black with #94856A
Text Example
Text Example
White with #94856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94856A; }
p { color: rgb(148,133,106); }
H1.HeaderClassName
{
color: #94856A;
}
.AnyTagClassName
{
color: #94856A;
}
</style>
background-color css
<style>
a { background-color: #94856A; }
a { background-color: rgb(148,133,106); }
div.DivClassName
{
background-color: #94856A;
}
.BgClassName
{
background-color: #94856A;
}
</style>
border-color css
<style>
span { border-color: #94856A; }
span { border-color: rgb(148,133,106); }
td.TdClassName
{
border-color: #94856A;
}
.TagClassName
{
border-color: #94856A;
}
</style>