Shades of Pale Oyster #9A8B68
Tints of Pale Oyster #9A8B68
RGB
CMYK
RGB Variations
Color information
#9A8B68 (or 0x9A8B68) is known color: Pale Oyster. HEX triplet: 9A, 8B and 68. RGB value is (154,139,104). Sum of RGB (Red+Green+Blue) = 154+139+104=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8B68 is #657497. Grayscale: #8B8B8B. Windows color (decimal): -6648984 or 6851482. OLE color: 6851482.
HSL color Cylindrical-coordinate representation of color #9A8B68: hue angle of 42º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A8B68 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 139 | 104 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.40 |
| HSL | 42º | 0.2% | 0.51% | - |
| HSV(B) | 42º | 0.32% | 0.6% | - |
| XYZ | 25.06 | 26.33 | 16.86 | - |
| YUV | 139.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 104 | 0 | 0.10 | 0.32 | 0.40 | 42 | 0.2 | 0.51 |
| Hex | 9A | 8B | 68 | 0 | A | 20 | 28 | 2A | 14 | 33 |
| Octal | 232 | 213 | 150 | 0 | 12 | 40 | 50 | 52 | 24 | 63 |
| Binary | 10011010 | 10001011 | 1101000 | 0 | 1010 | 100000 | 101000 | 101010 | 10100 | 110011 |
Color Harmonies of #9A8B68
Complementary color
Monochromatic Colors of #9A8B68
Black with #9A8B68
Text Example
Text Example
White with #9A8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8B68; }
p { color: rgb(154,139,104); }
H1.HeaderClassName
{
color: #9A8B68;
}
.AnyTagClassName
{
color: #9A8B68;
}
</style>
background-color css
<style>
a { background-color: #9A8B68; }
a { background-color: rgb(154,139,104); }
div.DivClassName
{
background-color: #9A8B68;
}
.BgClassName
{
background-color: #9A8B68;
}
</style>
border-color css
<style>
span { border-color: #9A8B68; }
span { border-color: rgb(154,139,104); }
td.TdClassName
{
border-color: #9A8B68;
}
.TagClassName
{
border-color: #9A8B68;
}
</style>