Shades of Pale Oyster #9B8F71
Tints of Pale Oyster #9B8F71
RGB
CMYK
RGB Variations
Color information
#9B8F71 (or 0x9B8F71) is known color: Pale Oyster. HEX triplet: 9B, 8F and 71. RGB value is (155,143,113). Sum of RGB (Red+Green+Blue) = 155+143+113=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8F71 is #64708E. Grayscale: #8F8F8F. Windows color (decimal): -6582415 or 7442331. OLE color: 7442331.
HSL color Cylindrical-coordinate representation of color #9B8F71: hue angle of 42.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B8F71 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 143 | 113 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.39 |
| HSL | 42.86º | 0.17% | 0.53% | - |
| HSV(B) | 42.86º | 0.27% | 0.61% | - |
| XYZ | 26.32 | 27.81 | 19.6 | - |
| YUV | 143.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 113 | 0 | 0.08 | 0.27 | 0.39 | 42.86 | 0.17 | 0.53 |
| Hex | 9B | 8F | 71 | 0 | 8 | 1B | 27 | 2B | 11 | 35 |
| Octal | 233 | 217 | 161 | 0 | 10 | 33 | 47 | 53 | 21 | 65 |
| Binary | 10011011 | 10001111 | 1110001 | 0 | 1000 | 11011 | 100111 | 101011 | 10001 | 110101 |
Color Harmonies of #9B8F71
Complementary color
Monochromatic Colors of #9B8F71
Black with #9B8F71
Text Example
Text Example
White with #9B8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8F71; }
p { color: rgb(155,143,113); }
H1.HeaderClassName
{
color: #9B8F71;
}
.AnyTagClassName
{
color: #9B8F71;
}
</style>
background-color css
<style>
a { background-color: #9B8F71; }
a { background-color: rgb(155,143,113); }
div.DivClassName
{
background-color: #9B8F71;
}
.BgClassName
{
background-color: #9B8F71;
}
</style>
border-color css
<style>
span { border-color: #9B8F71; }
span { border-color: rgb(155,143,113); }
td.TdClassName
{
border-color: #9B8F71;
}
.TagClassName
{
border-color: #9B8F71;
}
</style>