Shades of Pale Oyster #9E8B68
Tints of Pale Oyster #9E8B68
RGB
CMYK
RGB Variations
Color information
#9E8B68 (or 0x9E8B68) is known color: Pale Oyster. HEX triplet: 9E, 8B and 68. RGB value is (158,139,104). Sum of RGB (Red+Green+Blue) = 158+139+104=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8B68 is #617497. Grayscale: #8C8C8C. Windows color (decimal): -6386840 or 6851486. OLE color: 6851486.
HSL color Cylindrical-coordinate representation of color #9E8B68: hue angle of 38.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E8B68 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 139 | 104 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.38 |
| HSL | 38.89º | 0.22% | 0.51% | - |
| HSV(B) | 38.89º | 0.34% | 0.62% | - |
| XYZ | 25.83 | 26.73 | 16.9 | - |
| YUV | 140.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 139 | 104 | 0 | 0.12 | 0.34 | 0.38 | 38.89 | 0.22 | 0.51 |
| Hex | 9E | 8B | 68 | 0 | C | 22 | 26 | 27 | 16 | 33 |
| Octal | 236 | 213 | 150 | 0 | 14 | 42 | 46 | 47 | 26 | 63 |
| Binary | 10011110 | 10001011 | 1101000 | 0 | 1100 | 100010 | 100110 | 100111 | 10110 | 110011 |
Color Harmonies of #9E8B68
Complementary color
Monochromatic Colors of #9E8B68
Black with #9E8B68
Text Example
Text Example
White with #9E8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8B68; }
p { color: rgb(158,139,104); }
H1.HeaderClassName
{
color: #9E8B68;
}
.AnyTagClassName
{
color: #9E8B68;
}
</style>
background-color css
<style>
a { background-color: #9E8B68; }
a { background-color: rgb(158,139,104); }
div.DivClassName
{
background-color: #9E8B68;
}
.BgClassName
{
background-color: #9E8B68;
}
</style>
border-color css
<style>
span { border-color: #9E8B68; }
span { border-color: rgb(158,139,104); }
td.TdClassName
{
border-color: #9E8B68;
}
.TagClassName
{
border-color: #9E8B68;
}
</style>