Shades of Pale Oyster #9D8A64
Tints of Pale Oyster #9D8A64
RGB
CMYK
RGB Variations
Color information
#9D8A64 (or 0x9D8A64) is known color: Pale Oyster. HEX triplet: 9D, 8A and 64. RGB value is (157,138,100). Sum of RGB (Red+Green+Blue) = 157+138+100=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8A64 is #62759B. Grayscale: #8B8B8B. Windows color (decimal): -6452636 or 6589085. OLE color: 6589085.
HSL color Cylindrical-coordinate representation of color #9D8A64: hue angle of 40º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D8A64 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 138 | 100 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.38 |
| HSL | 40º | 0.23% | 0.5% | - |
| HSV(B) | 40º | 0.36% | 0.62% | - |
| XYZ | 25.29 | 26.27 | 15.79 | - |
| YUV | 139.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 100 | 0 | 0.12 | 0.36 | 0.38 | 40 | 0.23 | 0.5 |
| Hex | 9D | 8A | 64 | 0 | C | 24 | 26 | 28 | 17 | 32 |
| Octal | 235 | 212 | 144 | 0 | 14 | 44 | 46 | 50 | 27 | 62 |
| Binary | 10011101 | 10001010 | 1100100 | 0 | 1100 | 100100 | 100110 | 101000 | 10111 | 110010 |
Color Harmonies of #9D8A64
Complementary color
Monochromatic Colors of #9D8A64
Black with #9D8A64
Text Example
Text Example
White with #9D8A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8A64; }
p { color: rgb(157,138,100); }
H1.HeaderClassName
{
color: #9D8A64;
}
.AnyTagClassName
{
color: #9D8A64;
}
</style>
background-color css
<style>
a { background-color: #9D8A64; }
a { background-color: rgb(157,138,100); }
div.DivClassName
{
background-color: #9D8A64;
}
.BgClassName
{
background-color: #9D8A64;
}
</style>
border-color css
<style>
span { border-color: #9D8A64; }
span { border-color: rgb(157,138,100); }
td.TdClassName
{
border-color: #9D8A64;
}
.TagClassName
{
border-color: #9D8A64;
}
</style>