Shades of Pale Oyster #9B8C6D
Tints of Pale Oyster #9B8C6D
RGB
CMYK
RGB Variations
Color information
#9B8C6D (or 0x9B8C6D) is known color: Pale Oyster. HEX triplet: 9B, 8C and 6D. RGB value is (155,140,109). Sum of RGB (Red+Green+Blue) = 155+140+109=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C6D is #647392. Grayscale: #8D8D8D. Windows color (decimal): -6583187 or 7179419. OLE color: 7179419.
HSL color Cylindrical-coordinate representation of color #9B8C6D: hue angle of 40.43º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B8C6D is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 109 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.39 |
| HSL | 40.43º | 0.19% | 0.52% | - |
| HSV(B) | 40.43º | 0.3% | 0.61% | - |
| XYZ | 25.66 | 26.83 | 18.29 | - |
| YUV | 140.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 109 | 0 | 0.10 | 0.30 | 0.39 | 40.43 | 0.19 | 0.52 |
| Hex | 9B | 8C | 6D | 0 | A | 1E | 27 | 28 | 13 | 34 |
| Octal | 233 | 214 | 155 | 0 | 12 | 36 | 47 | 50 | 23 | 64 |
| Binary | 10011011 | 10001100 | 1101101 | 0 | 1010 | 11110 | 100111 | 101000 | 10011 | 110100 |
Color Harmonies of #9B8C6D
Complementary color
Monochromatic Colors of #9B8C6D
Black with #9B8C6D
Text Example
Text Example
White with #9B8C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C6D; }
p { color: rgb(155,140,109); }
H1.HeaderClassName
{
color: #9B8C6D;
}
.AnyTagClassName
{
color: #9B8C6D;
}
</style>
background-color css
<style>
a { background-color: #9B8C6D; }
a { background-color: rgb(155,140,109); }
div.DivClassName
{
background-color: #9B8C6D;
}
.BgClassName
{
background-color: #9B8C6D;
}
</style>
border-color css
<style>
span { border-color: #9B8C6D; }
span { border-color: rgb(155,140,109); }
td.TdClassName
{
border-color: #9B8C6D;
}
.TagClassName
{
border-color: #9B8C6D;
}
</style>