Shades of Pale Oyster #9B8C6F
Tints of Pale Oyster #9B8C6F
RGB
CMYK
RGB Variations
Color information
#9B8C6F (or 0x9B8C6F) is known color: Pale Oyster. HEX triplet: 9B, 8C and 6F. RGB value is (155,140,111). Sum of RGB (Red+Green+Blue) = 155+140+111=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C6F is #647390. Grayscale: #8D8D8D. Windows color (decimal): -6583185 or 7310491. OLE color: 7310491.
HSL color Cylindrical-coordinate representation of color #9B8C6F: hue angle of 39.55º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B8C6F is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 111 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.39 |
| HSL | 39.55º | 0.18% | 0.52% | - |
| HSV(B) | 39.55º | 0.28% | 0.61% | - |
| XYZ | 25.76 | 26.87 | 18.87 | - |
| YUV | 141.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 111 | 0 | 0.10 | 0.28 | 0.39 | 39.55 | 0.18 | 0.52 |
| Hex | 9B | 8C | 6F | 0 | A | 1C | 27 | 28 | 12 | 34 |
| Octal | 233 | 214 | 157 | 0 | 12 | 34 | 47 | 50 | 22 | 64 |
| Binary | 10011011 | 10001100 | 1101111 | 0 | 1010 | 11100 | 100111 | 101000 | 10010 | 110100 |
Color Harmonies of #9B8C6F
Complementary color
Monochromatic Colors of #9B8C6F
Black with #9B8C6F
Text Example
Text Example
White with #9B8C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C6F; }
p { color: rgb(155,140,111); }
H1.HeaderClassName
{
color: #9B8C6F;
}
.AnyTagClassName
{
color: #9B8C6F;
}
</style>
background-color css
<style>
a { background-color: #9B8C6F; }
a { background-color: rgb(155,140,111); }
div.DivClassName
{
background-color: #9B8C6F;
}
.BgClassName
{
background-color: #9B8C6F;
}
</style>
border-color css
<style>
span { border-color: #9B8C6F; }
span { border-color: rgb(155,140,111); }
td.TdClassName
{
border-color: #9B8C6F;
}
.TagClassName
{
border-color: #9B8C6F;
}
</style>