Shades of Pale Oyster #9A8B6D
Tints of Pale Oyster #9A8B6D
RGB
CMYK
RGB Variations
Color information
#9A8B6D (or 0x9A8B6D) is known color: Pale Oyster. HEX triplet: 9A, 8B and 6D. RGB value is (154,139,109). Sum of RGB (Red+Green+Blue) = 154+139+109=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8B6D is #657492. Grayscale: #8C8C8C. Windows color (decimal): -6648979 or 7179162. OLE color: 7179162.
HSL color Cylindrical-coordinate representation of color #9A8B6D: hue angle of 40º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A8B6D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 139 | 109 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.40 |
| HSL | 40º | 0.18% | 0.52% | - |
| HSV(B) | 40º | 0.29% | 0.6% | - |
| XYZ | 25.32 | 26.44 | 18.24 | - |
| YUV | 140.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 109 | 0 | 0.10 | 0.29 | 0.40 | 40 | 0.18 | 0.52 |
| Hex | 9A | 8B | 6D | 0 | A | 1D | 28 | 28 | 12 | 34 |
| Octal | 232 | 213 | 155 | 0 | 12 | 35 | 50 | 50 | 22 | 64 |
| Binary | 10011010 | 10001011 | 1101101 | 0 | 1010 | 11101 | 101000 | 101000 | 10010 | 110100 |
Color Harmonies of #9A8B6D
Complementary color
Monochromatic Colors of #9A8B6D
Black with #9A8B6D
Text Example
Text Example
White with #9A8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8B6D; }
p { color: rgb(154,139,109); }
H1.HeaderClassName
{
color: #9A8B6D;
}
.AnyTagClassName
{
color: #9A8B6D;
}
</style>
background-color css
<style>
a { background-color: #9A8B6D; }
a { background-color: rgb(154,139,109); }
div.DivClassName
{
background-color: #9A8B6D;
}
.BgClassName
{
background-color: #9A8B6D;
}
</style>
border-color css
<style>
span { border-color: #9A8B6D; }
span { border-color: rgb(154,139,109); }
td.TdClassName
{
border-color: #9A8B6D;
}
.TagClassName
{
border-color: #9A8B6D;
}
</style>