Shades of Pale Oyster #9B896C
Tints of Pale Oyster #9B896C
RGB
CMYK
RGB Variations
Color information
#9B896C (or 0x9B896C) is known color: Pale Oyster. HEX triplet: 9B, 89 and 6C. RGB value is (155,137,108). Sum of RGB (Red+Green+Blue) = 155+137+108=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B896C is #647693. Grayscale: #8B8B8B. Windows color (decimal): -6583956 or 7113115. OLE color: 7113115.
HSL color Cylindrical-coordinate representation of color #9B896C: hue angle of 37.02º 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 #9B896C is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 108 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.39 |
| HSL | 37.02º | 0.19% | 0.52% | - |
| HSV(B) | 37.02º | 0.3% | 0.61% | - |
| XYZ | 25.17 | 25.94 | 17.87 | - |
| YUV | 139.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 108 | 0 | 0.12 | 0.30 | 0.39 | 37.02 | 0.19 | 0.52 |
| Hex | 9B | 89 | 6C | 0 | C | 1E | 27 | 25 | 13 | 34 |
| Octal | 233 | 211 | 154 | 0 | 14 | 36 | 47 | 45 | 23 | 64 |
| Binary | 10011011 | 10001001 | 1101100 | 0 | 1100 | 11110 | 100111 | 100101 | 10011 | 110100 |
Color Harmonies of #9B896C
Complementary color
Monochromatic Colors of #9B896C
Black with #9B896C
Text Example
Text Example
White with #9B896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B896C; }
p { color: rgb(155,137,108); }
H1.HeaderClassName
{
color: #9B896C;
}
.AnyTagClassName
{
color: #9B896C;
}
</style>
background-color css
<style>
a { background-color: #9B896C; }
a { background-color: rgb(155,137,108); }
div.DivClassName
{
background-color: #9B896C;
}
.BgClassName
{
background-color: #9B896C;
}
</style>
border-color css
<style>
span { border-color: #9B896C; }
span { border-color: rgb(155,137,108); }
td.TdClassName
{
border-color: #9B896C;
}
.TagClassName
{
border-color: #9B896C;
}
</style>