Shades of Pale Oyster #9B8B61
Tints of Pale Oyster #9B8B61
RGB
CMYK
RGB Variations
Color information
#9B8B61 (or 0x9B8B61) is known color: Pale Oyster. HEX triplet: 9B, 8B and 61. RGB value is (155,139,97). Sum of RGB (Red+Green+Blue) = 155+139+97=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8B61 is #64749E. Grayscale: #8B8B8B. Windows color (decimal): -6583455 or 6392731. OLE color: 6392731.
HSL color Cylindrical-coordinate representation of color #9B8B61: hue angle of 43.45º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B8B61 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 139 | 97 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.39 |
| HSL | 43.45º | 0.23% | 0.49% | - |
| HSV(B) | 43.45º | 0.37% | 0.61% | - |
| XYZ | 24.91 | 26.3 | 15.07 | - |
| YUV | 139 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 97 | 0 | 0.10 | 0.37 | 0.39 | 43.45 | 0.23 | 0.49 |
| Hex | 9B | 8B | 61 | 0 | A | 25 | 27 | 2B | 17 | 31 |
| Octal | 233 | 213 | 141 | 0 | 12 | 45 | 47 | 53 | 27 | 61 |
| Binary | 10011011 | 10001011 | 1100001 | 0 | 1010 | 100101 | 100111 | 101011 | 10111 | 110001 |
Color Harmonies of #9B8B61
Complementary color
Monochromatic Colors of #9B8B61
Black with #9B8B61
Text Example
Text Example
White with #9B8B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8B61; }
p { color: rgb(155,139,97); }
H1.HeaderClassName
{
color: #9B8B61;
}
.AnyTagClassName
{
color: #9B8B61;
}
</style>
background-color css
<style>
a { background-color: #9B8B61; }
a { background-color: rgb(155,139,97); }
div.DivClassName
{
background-color: #9B8B61;
}
.BgClassName
{
background-color: #9B8B61;
}
</style>
border-color css
<style>
span { border-color: #9B8B61; }
span { border-color: rgb(155,139,97); }
td.TdClassName
{
border-color: #9B8B61;
}
.TagClassName
{
border-color: #9B8B61;
}
</style>