Shades of Pale Oyster #9B8865
Tints of Pale Oyster #9B8865
RGB
CMYK
RGB Variations
Color information
#9B8865 (or 0x9B8865) is known color: Pale Oyster. HEX triplet: 9B, 88 and 65. RGB value is (155,136,101). Sum of RGB (Red+Green+Blue) = 155+136+101=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8865 is #64779A. Grayscale: #898989. Windows color (decimal): -6584219 or 6654107. OLE color: 6654107.
HSL color Cylindrical-coordinate representation of color #9B8865: hue angle of 38.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8865 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 136 | 101 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.39 |
| HSL | 38.89º | 0.21% | 0.5% | - |
| HSV(B) | 38.89º | 0.35% | 0.61% | - |
| XYZ | 24.67 | 25.52 | 15.94 | - |
| YUV | 137.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 101 | 0 | 0.12 | 0.35 | 0.39 | 38.89 | 0.21 | 0.5 |
| Hex | 9B | 88 | 65 | 0 | C | 23 | 27 | 27 | 15 | 32 |
| Octal | 233 | 210 | 145 | 0 | 14 | 43 | 47 | 47 | 25 | 62 |
| Binary | 10011011 | 10001000 | 1100101 | 0 | 1100 | 100011 | 100111 | 100111 | 10101 | 110010 |
Color Harmonies of #9B8865
Complementary color
Monochromatic Colors of #9B8865
Black with #9B8865
Text Example
Text Example
White with #9B8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8865; }
p { color: rgb(155,136,101); }
H1.HeaderClassName
{
color: #9B8865;
}
.AnyTagClassName
{
color: #9B8865;
}
</style>
background-color css
<style>
a { background-color: #9B8865; }
a { background-color: rgb(155,136,101); }
div.DivClassName
{
background-color: #9B8865;
}
.BgClassName
{
background-color: #9B8865;
}
</style>
border-color css
<style>
span { border-color: #9B8865; }
span { border-color: rgb(155,136,101); }
td.TdClassName
{
border-color: #9B8865;
}
.TagClassName
{
border-color: #9B8865;
}
</style>