Shades of Pale Oyster #9B8B6D
Tints of Pale Oyster #9B8B6D
RGB
CMYK
RGB Variations
Color information
#9B8B6D (or 0x9B8B6D) is known color: Pale Oyster. HEX triplet: 9B, 8B and 6D. RGB value is (155,139,109). Sum of RGB (Red+Green+Blue) = 155+139+109=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8B6D is #647492. Grayscale: #8C8C8C. Windows color (decimal): -6583443 or 7179163. OLE color: 7179163.
HSL color Cylindrical-coordinate representation of color #9B8B6D: hue angle of 39.13º 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 #9B8B6D is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 139 | 109 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.39 |
| HSL | 39.13º | 0.19% | 0.52% | - |
| HSV(B) | 39.13º | 0.3% | 0.61% | - |
| XYZ | 25.51 | 26.54 | 18.25 | - |
| YUV | 140.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 109 | 0 | 0.10 | 0.30 | 0.39 | 39.13 | 0.19 | 0.52 |
| Hex | 9B | 8B | 6D | 0 | A | 1E | 27 | 27 | 13 | 34 |
| Octal | 233 | 213 | 155 | 0 | 12 | 36 | 47 | 47 | 23 | 64 |
| Binary | 10011011 | 10001011 | 1101101 | 0 | 1010 | 11110 | 100111 | 100111 | 10011 | 110100 |
Color Harmonies of #9B8B6D
Complementary color
Monochromatic Colors of #9B8B6D
Black with #9B8B6D
Text Example
Text Example
White with #9B8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8B6D; }
p { color: rgb(155,139,109); }
H1.HeaderClassName
{
color: #9B8B6D;
}
.AnyTagClassName
{
color: #9B8B6D;
}
</style>
background-color css
<style>
a { background-color: #9B8B6D; }
a { background-color: rgb(155,139,109); }
div.DivClassName
{
background-color: #9B8B6D;
}
.BgClassName
{
background-color: #9B8B6D;
}
</style>
border-color css
<style>
span { border-color: #9B8B6D; }
span { border-color: rgb(155,139,109); }
td.TdClassName
{
border-color: #9B8B6D;
}
.TagClassName
{
border-color: #9B8B6D;
}
</style>