Shades of Pale Oyster #9B8C68
Tints of Pale Oyster #9B8C68
RGB
CMYK
RGB Variations
Color information
#9B8C68 (or 0x9B8C68) is known color: Pale Oyster. HEX triplet: 9B, 8C and 68. RGB value is (155,140,104). Sum of RGB (Red+Green+Blue) = 155+140+104=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C68 is #647397. Grayscale: #8C8C8C. Windows color (decimal): -6583192 or 6851739. OLE color: 6851739.
HSL color Cylindrical-coordinate representation of color #9B8C68: hue angle of 42.35º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B8C68 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 104 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.39 |
| HSL | 42.35º | 0.2% | 0.51% | - |
| HSV(B) | 42.35º | 0.33% | 0.61% | - |
| XYZ | 25.39 | 26.72 | 16.92 | - |
| YUV | 140.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 104 | 0 | 0.10 | 0.33 | 0.39 | 42.35 | 0.2 | 0.51 |
| Hex | 9B | 8C | 68 | 0 | A | 21 | 27 | 2A | 14 | 33 |
| Octal | 233 | 214 | 150 | 0 | 12 | 41 | 47 | 52 | 24 | 63 |
| Binary | 10011011 | 10001100 | 1101000 | 0 | 1010 | 100001 | 100111 | 101010 | 10100 | 110011 |
Color Harmonies of #9B8C68
Complementary color
Monochromatic Colors of #9B8C68
Black with #9B8C68
Text Example
Text Example
White with #9B8C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C68; }
p { color: rgb(155,140,104); }
H1.HeaderClassName
{
color: #9B8C68;
}
.AnyTagClassName
{
color: #9B8C68;
}
</style>
background-color css
<style>
a { background-color: #9B8C68; }
a { background-color: rgb(155,140,104); }
div.DivClassName
{
background-color: #9B8C68;
}
.BgClassName
{
background-color: #9B8C68;
}
</style>
border-color css
<style>
span { border-color: #9B8C68; }
span { border-color: rgb(155,140,104); }
td.TdClassName
{
border-color: #9B8C68;
}
.TagClassName
{
border-color: #9B8C68;
}
</style>