Shades of Pale Oyster #9B8B66
Tints of Pale Oyster #9B8B66
RGB
CMYK
RGB Variations
Color information
#9B8B66 (or 0x9B8B66) is known color: Pale Oyster. HEX triplet: 9B, 8B and 66. RGB value is (155,139,102). Sum of RGB (Red+Green+Blue) = 155+139+102=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8B66 is #647499. Grayscale: #8B8B8B. Windows color (decimal): -6583450 or 6720411. OLE color: 6720411.
HSL color Cylindrical-coordinate representation of color #9B8B66: hue angle of 41.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B8B66 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 139 | 102 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.39 |
| HSL | 41.89º | 0.21% | 0.5% | - |
| HSV(B) | 41.89º | 0.34% | 0.61% | - |
| XYZ | 25.15 | 26.39 | 16.34 | - |
| YUV | 139.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 102 | 0 | 0.10 | 0.34 | 0.39 | 41.89 | 0.21 | 0.5 |
| Hex | 9B | 8B | 66 | 0 | A | 22 | 27 | 2A | 15 | 32 |
| Octal | 233 | 213 | 146 | 0 | 12 | 42 | 47 | 52 | 25 | 62 |
| Binary | 10011011 | 10001011 | 1100110 | 0 | 1010 | 100010 | 100111 | 101010 | 10101 | 110010 |
Color Harmonies of #9B8B66
Complementary color
Monochromatic Colors of #9B8B66
Black with #9B8B66
Text Example
Text Example
White with #9B8B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8B66; }
p { color: rgb(155,139,102); }
H1.HeaderClassName
{
color: #9B8B66;
}
.AnyTagClassName
{
color: #9B8B66;
}
</style>
background-color css
<style>
a { background-color: #9B8B66; }
a { background-color: rgb(155,139,102); }
div.DivClassName
{
background-color: #9B8B66;
}
.BgClassName
{
background-color: #9B8B66;
}
</style>
border-color css
<style>
span { border-color: #9B8B66; }
span { border-color: rgb(155,139,102); }
td.TdClassName
{
border-color: #9B8B66;
}
.TagClassName
{
border-color: #9B8B66;
}
</style>