Shades of Pale Oyster #9B8A61
Tints of Pale Oyster #9B8A61
RGB
CMYK
RGB Variations
Color information
#9B8A61 (or 0x9B8A61) is known color: Pale Oyster. HEX triplet: 9B, 8A and 61. RGB value is (155,138,97). Sum of RGB (Red+Green+Blue) = 155+138+97=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A61 is #64759E. Grayscale: #8A8A8A. Windows color (decimal): -6583711 or 6392475. OLE color: 6392475.
HSL color Cylindrical-coordinate representation of color #9B8A61: hue angle of 42.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B8A61 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 97 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.39 |
| HSL | 42.41º | 0.23% | 0.49% | - |
| HSV(B) | 42.41º | 0.37% | 0.61% | - |
| XYZ | 24.76 | 26.01 | 15.02 | - |
| YUV | 138.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 97 | 0 | 0.11 | 0.37 | 0.39 | 42.41 | 0.23 | 0.49 |
| Hex | 9B | 8A | 61 | 0 | B | 25 | 27 | 2A | 17 | 31 |
| Octal | 233 | 212 | 141 | 0 | 13 | 45 | 47 | 52 | 27 | 61 |
| Binary | 10011011 | 10001010 | 1100001 | 0 | 1011 | 100101 | 100111 | 101010 | 10111 | 110001 |
Color Harmonies of #9B8A61
Complementary color
Monochromatic Colors of #9B8A61
Black with #9B8A61
Text Example
Text Example
White with #9B8A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A61; }
p { color: rgb(155,138,97); }
H1.HeaderClassName
{
color: #9B8A61;
}
.AnyTagClassName
{
color: #9B8A61;
}
</style>
background-color css
<style>
a { background-color: #9B8A61; }
a { background-color: rgb(155,138,97); }
div.DivClassName
{
background-color: #9B8A61;
}
.BgClassName
{
background-color: #9B8A61;
}
</style>
border-color css
<style>
span { border-color: #9B8A61; }
span { border-color: rgb(155,138,97); }
td.TdClassName
{
border-color: #9B8A61;
}
.TagClassName
{
border-color: #9B8A61;
}
</style>