Shades of Pale Oyster #9B8A6D
Tints of Pale Oyster #9B8A6D
RGB
CMYK
RGB Variations
Color information
#9B8A6D (or 0x9B8A6D) is known color: Pale Oyster. HEX triplet: 9B, 8A and 6D. RGB value is (155,138,109). Sum of RGB (Red+Green+Blue) = 155+138+109=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A6D is #647592. Grayscale: #8B8B8B. Windows color (decimal): -6583699 or 7178907. OLE color: 7178907.
HSL color Cylindrical-coordinate representation of color #9B8A6D: hue angle of 37.83º 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 #9B8A6D is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 109 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.39 |
| HSL | 37.83º | 0.19% | 0.52% | - |
| HSV(B) | 37.83º | 0.3% | 0.61% | - |
| XYZ | 25.37 | 26.25 | 18.2 | - |
| YUV | 139.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 109 | 0 | 0.11 | 0.30 | 0.39 | 37.83 | 0.19 | 0.52 |
| Hex | 9B | 8A | 6D | 0 | B | 1E | 27 | 26 | 13 | 34 |
| Octal | 233 | 212 | 155 | 0 | 13 | 36 | 47 | 46 | 23 | 64 |
| Binary | 10011011 | 10001010 | 1101101 | 0 | 1011 | 11110 | 100111 | 100110 | 10011 | 110100 |
Color Harmonies of #9B8A6D
Complementary color
Monochromatic Colors of #9B8A6D
Black with #9B8A6D
Text Example
Text Example
White with #9B8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A6D; }
p { color: rgb(155,138,109); }
H1.HeaderClassName
{
color: #9B8A6D;
}
.AnyTagClassName
{
color: #9B8A6D;
}
</style>
background-color css
<style>
a { background-color: #9B8A6D; }
a { background-color: rgb(155,138,109); }
div.DivClassName
{
background-color: #9B8A6D;
}
.BgClassName
{
background-color: #9B8A6D;
}
</style>
border-color css
<style>
span { border-color: #9B8A6D; }
span { border-color: rgb(155,138,109); }
td.TdClassName
{
border-color: #9B8A6D;
}
.TagClassName
{
border-color: #9B8A6D;
}
</style>