Shades of Pale Oyster #9B8A64
Tints of Pale Oyster #9B8A64
RGB
CMYK
RGB Variations
Color information
#9B8A64 (or 0x9B8A64) is known color: Pale Oyster. HEX triplet: 9B, 8A and 64. RGB value is (155,138,100). Sum of RGB (Red+Green+Blue) = 155+138+100=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A64 is #64759B. Grayscale: #8A8A8A. Windows color (decimal): -6583708 or 6589083. OLE color: 6589083.
HSL color Cylindrical-coordinate representation of color #9B8A64: hue angle of 41.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8A64 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 100 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.39 |
| HSL | 41.45º | 0.22% | 0.5% | - |
| HSV(B) | 41.45º | 0.35% | 0.61% | - |
| XYZ | 24.91 | 26.07 | 15.78 | - |
| YUV | 138.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 100 | 0 | 0.11 | 0.35 | 0.39 | 41.45 | 0.22 | 0.5 |
| Hex | 9B | 8A | 64 | 0 | B | 23 | 27 | 29 | 16 | 32 |
| Octal | 233 | 212 | 144 | 0 | 13 | 43 | 47 | 51 | 26 | 62 |
| Binary | 10011011 | 10001010 | 1100100 | 0 | 1011 | 100011 | 100111 | 101001 | 10110 | 110010 |
Color Harmonies of #9B8A64
Complementary color
Monochromatic Colors of #9B8A64
Black with #9B8A64
Text Example
Text Example
White with #9B8A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A64; }
p { color: rgb(155,138,100); }
H1.HeaderClassName
{
color: #9B8A64;
}
.AnyTagClassName
{
color: #9B8A64;
}
</style>
background-color css
<style>
a { background-color: #9B8A64; }
a { background-color: rgb(155,138,100); }
div.DivClassName
{
background-color: #9B8A64;
}
.BgClassName
{
background-color: #9B8A64;
}
</style>
border-color css
<style>
span { border-color: #9B8A64; }
span { border-color: rgb(155,138,100); }
td.TdClassName
{
border-color: #9B8A64;
}
.TagClassName
{
border-color: #9B8A64;
}
</style>