Shades of Pale Oyster #9B8963
Tints of Pale Oyster #9B8963
RGB
CMYK
RGB Variations
Color information
#9B8963 (or 0x9B8963) is known color: Pale Oyster. HEX triplet: 9B, 89 and 63. RGB value is (155,137,99). Sum of RGB (Red+Green+Blue) = 155+137+99=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8963 is #64769C. Grayscale: #8A8A8A. Windows color (decimal): -6583965 or 6523291. OLE color: 6523291.
HSL color Cylindrical-coordinate representation of color #9B8963: hue angle of 40.71º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B8963 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 99 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.39 |
| HSL | 40.71º | 0.22% | 0.5% | - |
| HSV(B) | 40.71º | 0.36% | 0.61% | - |
| XYZ | 24.72 | 25.76 | 15.47 | - |
| YUV | 138.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 99 | 0 | 0.12 | 0.36 | 0.39 | 40.71 | 0.22 | 0.5 |
| Hex | 9B | 89 | 63 | 0 | C | 24 | 27 | 29 | 16 | 32 |
| Octal | 233 | 211 | 143 | 0 | 14 | 44 | 47 | 51 | 26 | 62 |
| Binary | 10011011 | 10001001 | 1100011 | 0 | 1100 | 100100 | 100111 | 101001 | 10110 | 110010 |
Color Harmonies of #9B8963
Complementary color
Monochromatic Colors of #9B8963
Black with #9B8963
Text Example
Text Example
White with #9B8963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8963; }
p { color: rgb(155,137,99); }
H1.HeaderClassName
{
color: #9B8963;
}
.AnyTagClassName
{
color: #9B8963;
}
</style>
background-color css
<style>
a { background-color: #9B8963; }
a { background-color: rgb(155,137,99); }
div.DivClassName
{
background-color: #9B8963;
}
.BgClassName
{
background-color: #9B8963;
}
</style>
border-color css
<style>
span { border-color: #9B8963; }
span { border-color: rgb(155,137,99); }
td.TdClassName
{
border-color: #9B8963;
}
.TagClassName
{
border-color: #9B8963;
}
</style>