Shades of Pale Oyster #9C8B6D
Tints of Pale Oyster #9C8B6D
RGB
CMYK
RGB Variations
Color information
#9C8B6D (or 0x9C8B6D) is known color: Pale Oyster. HEX triplet: 9C, 8B and 6D. RGB value is (156,139,109). Sum of RGB (Red+Green+Blue) = 156+139+109=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8B6D is #637492. Grayscale: #8C8C8C. Windows color (decimal): -6517907 or 7179164. OLE color: 7179164.
HSL color Cylindrical-coordinate representation of color #9C8B6D: hue angle of 38.3º 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 #9C8B6D is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 139 | 109 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.39 |
| HSL | 38.3º | 0.19% | 0.52% | - |
| HSV(B) | 38.3º | 0.3% | 0.61% | - |
| XYZ | 25.7 | 26.64 | 18.25 | - |
| YUV | 140.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 109 | 0 | 0.11 | 0.30 | 0.39 | 38.3 | 0.19 | 0.52 |
| Hex | 9C | 8B | 6D | 0 | B | 1E | 27 | 26 | 13 | 34 |
| Octal | 234 | 213 | 155 | 0 | 13 | 36 | 47 | 46 | 23 | 64 |
| Binary | 10011100 | 10001011 | 1101101 | 0 | 1011 | 11110 | 100111 | 100110 | 10011 | 110100 |
Color Harmonies of #9C8B6D
Complementary color
Monochromatic Colors of #9C8B6D
Black with #9C8B6D
Text Example
Text Example
White with #9C8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8B6D; }
p { color: rgb(156,139,109); }
H1.HeaderClassName
{
color: #9C8B6D;
}
.AnyTagClassName
{
color: #9C8B6D;
}
</style>
background-color css
<style>
a { background-color: #9C8B6D; }
a { background-color: rgb(156,139,109); }
div.DivClassName
{
background-color: #9C8B6D;
}
.BgClassName
{
background-color: #9C8B6D;
}
</style>
border-color css
<style>
span { border-color: #9C8B6D; }
span { border-color: rgb(156,139,109); }
td.TdClassName
{
border-color: #9C8B6D;
}
.TagClassName
{
border-color: #9C8B6D;
}
</style>