Shades of Pale Oyster #9B896D
Tints of Pale Oyster #9B896D
RGB
CMYK
RGB Variations
Color information
#9B896D (or 0x9B896D) is known color: Pale Oyster. HEX triplet: 9B, 89 and 6D. RGB value is (155,137,109). Sum of RGB (Red+Green+Blue) = 155+137+109=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B896D is #647692. Grayscale: #8B8B8B. Windows color (decimal): -6583955 or 7178651. OLE color: 7178651.
HSL color Cylindrical-coordinate representation of color #9B896D: hue angle of 36.52º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B896D is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 109 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.39 |
| HSL | 36.52º | 0.19% | 0.52% | - |
| HSV(B) | 36.52º | 0.3% | 0.61% | - |
| XYZ | 25.22 | 25.96 | 18.15 | - |
| YUV | 139.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 109 | 0 | 0.12 | 0.30 | 0.39 | 36.52 | 0.19 | 0.52 |
| Hex | 9B | 89 | 6D | 0 | C | 1E | 27 | 25 | 13 | 34 |
| Octal | 233 | 211 | 155 | 0 | 14 | 36 | 47 | 45 | 23 | 64 |
| Binary | 10011011 | 10001001 | 1101101 | 0 | 1100 | 11110 | 100111 | 100101 | 10011 | 110100 |
Color Harmonies of #9B896D
Complementary color
Monochromatic Colors of #9B896D
Black with #9B896D
Text Example
Text Example
White with #9B896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B896D; }
p { color: rgb(155,137,109); }
H1.HeaderClassName
{
color: #9B896D;
}
.AnyTagClassName
{
color: #9B896D;
}
</style>
background-color css
<style>
a { background-color: #9B896D; }
a { background-color: rgb(155,137,109); }
div.DivClassName
{
background-color: #9B896D;
}
.BgClassName
{
background-color: #9B896D;
}
</style>
border-color css
<style>
span { border-color: #9B896D; }
span { border-color: rgb(155,137,109); }
td.TdClassName
{
border-color: #9B896D;
}
.TagClassName
{
border-color: #9B896D;
}
</style>