Shades of Pale Oyster #94856B
Tints of Pale Oyster #94856B
RGB
CMYK
RGB Variations
Color information
#94856B (or 0x94856B) is known color: Pale Oyster. HEX triplet: 94, 85 and 6B. RGB value is (148,133,107). Sum of RGB (Red+Green+Blue) = 148+133+107=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94856B is #6B7A94. Grayscale: #868686. Windows color (decimal): -7043733 or 7046548. OLE color: 7046548.
HSL color Cylindrical-coordinate representation of color #94856B: hue angle of 38.05º degrees, saturation: 0.16, 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 #94856B is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 133 | 107 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.42 |
| HSL | 38.05º | 0.16% | 0.5% | - |
| HSV(B) | 38.05º | 0.28% | 0.58% | - |
| XYZ | 23.25 | 24.13 | 17.34 | - |
| YUV | 134.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 107 | 0 | 0.10 | 0.28 | 0.42 | 38.05 | 0.16 | 0.5 |
| Hex | 94 | 85 | 6B | 0 | A | 1C | 2A | 26 | 10 | 32 |
| Octal | 224 | 205 | 153 | 0 | 12 | 34 | 52 | 46 | 20 | 62 |
| Binary | 10010100 | 10000101 | 1101011 | 0 | 1010 | 11100 | 101010 | 100110 | 10000 | 110010 |
Color Harmonies of #94856B
Complementary color
Monochromatic Colors of #94856B
Black with #94856B
Text Example
Text Example
White with #94856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94856B; }
p { color: rgb(148,133,107); }
H1.HeaderClassName
{
color: #94856B;
}
.AnyTagClassName
{
color: #94856B;
}
</style>
background-color css
<style>
a { background-color: #94856B; }
a { background-color: rgb(148,133,107); }
div.DivClassName
{
background-color: #94856B;
}
.BgClassName
{
background-color: #94856B;
}
</style>
border-color css
<style>
span { border-color: #94856B; }
span { border-color: rgb(148,133,107); }
td.TdClassName
{
border-color: #94856B;
}
.TagClassName
{
border-color: #94856B;
}
</style>