Shades of Pale Oyster #9B8962
Tints of Pale Oyster #9B8962
RGB
CMYK
RGB Variations
Color information
#9B8962 (or 0x9B8962) is known color: Pale Oyster. HEX triplet: 9B, 89 and 62. RGB value is (155,137,98). Sum of RGB (Red+Green+Blue) = 155+137+98=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8962 is #64769D. Grayscale: #8A8A8A. Windows color (decimal): -6583966 or 6457755. OLE color: 6457755.
HSL color Cylindrical-coordinate representation of color #9B8962: hue angle of 41.05º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B8962 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 98 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.39 |
| HSL | 41.05º | 0.23% | 0.5% | - |
| HSV(B) | 41.05º | 0.37% | 0.61% | - |
| XYZ | 24.67 | 25.74 | 15.22 | - |
| YUV | 137.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 98 | 0 | 0.12 | 0.37 | 0.39 | 41.05 | 0.23 | 0.5 |
| Hex | 9B | 89 | 62 | 0 | C | 25 | 27 | 29 | 17 | 32 |
| Octal | 233 | 211 | 142 | 0 | 14 | 45 | 47 | 51 | 27 | 62 |
| Binary | 10011011 | 10001001 | 1100010 | 0 | 1100 | 100101 | 100111 | 101001 | 10111 | 110010 |
Color Harmonies of #9B8962
Complementary color
Monochromatic Colors of #9B8962
Black with #9B8962
Text Example
Text Example
White with #9B8962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8962; }
p { color: rgb(155,137,98); }
H1.HeaderClassName
{
color: #9B8962;
}
.AnyTagClassName
{
color: #9B8962;
}
</style>
background-color css
<style>
a { background-color: #9B8962; }
a { background-color: rgb(155,137,98); }
div.DivClassName
{
background-color: #9B8962;
}
.BgClassName
{
background-color: #9B8962;
}
</style>
border-color css
<style>
span { border-color: #9B8962; }
span { border-color: rgb(155,137,98); }
td.TdClassName
{
border-color: #9B8962;
}
.TagClassName
{
border-color: #9B8962;
}
</style>