Shades of Pale Oyster #9B896A
Tints of Pale Oyster #9B896A
RGB
CMYK
RGB Variations
Color information
#9B896A (or 0x9B896A) is known color: Pale Oyster. HEX triplet: 9B, 89 and 6A. RGB value is (155,137,106). Sum of RGB (Red+Green+Blue) = 155+137+106=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B896A is #647695. Grayscale: #8A8A8A. Windows color (decimal): -6583958 or 6982043. OLE color: 6982043.
HSL color Cylindrical-coordinate representation of color #9B896A: hue angle of 37.96º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B896A is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 106 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.39 |
| HSL | 37.96º | 0.2% | 0.51% | - |
| HSV(B) | 37.96º | 0.32% | 0.61% | - |
| XYZ | 25.06 | 25.9 | 17.31 | - |
| YUV | 138.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 106 | 0 | 0.12 | 0.32 | 0.39 | 37.96 | 0.2 | 0.51 |
| Hex | 9B | 89 | 6A | 0 | C | 20 | 27 | 26 | 14 | 33 |
| Octal | 233 | 211 | 152 | 0 | 14 | 40 | 47 | 46 | 24 | 63 |
| Binary | 10011011 | 10001001 | 1101010 | 0 | 1100 | 100000 | 100111 | 100110 | 10100 | 110011 |
Color Harmonies of #9B896A
Complementary color
Monochromatic Colors of #9B896A
Black with #9B896A
Text Example
Text Example
White with #9B896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B896A; }
p { color: rgb(155,137,106); }
H1.HeaderClassName
{
color: #9B896A;
}
.AnyTagClassName
{
color: #9B896A;
}
</style>
background-color css
<style>
a { background-color: #9B896A; }
a { background-color: rgb(155,137,106); }
div.DivClassName
{
background-color: #9B896A;
}
.BgClassName
{
background-color: #9B896A;
}
</style>
border-color css
<style>
span { border-color: #9B896A; }
span { border-color: rgb(155,137,106); }
td.TdClassName
{
border-color: #9B896A;
}
.TagClassName
{
border-color: #9B896A;
}
</style>