Shades of Pale Oyster #9B8C6C
Tints of Pale Oyster #9B8C6C
RGB
CMYK
RGB Variations
Color information
#9B8C6C (or 0x9B8C6C) is known color: Pale Oyster. HEX triplet: 9B, 8C and 6C. RGB value is (155,140,108). Sum of RGB (Red+Green+Blue) = 155+140+108=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C6C is #647393. Grayscale: #8C8C8C. Windows color (decimal): -6583188 or 7113883. OLE color: 7113883.
HSL color Cylindrical-coordinate representation of color #9B8C6C: hue angle of 40.85º 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 #9B8C6C is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 108 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.39 |
| HSL | 40.85º | 0.19% | 0.52% | - |
| HSV(B) | 40.85º | 0.3% | 0.61% | - |
| XYZ | 25.6 | 26.81 | 18.01 | - |
| YUV | 140.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 108 | 0 | 0.10 | 0.30 | 0.39 | 40.85 | 0.19 | 0.52 |
| Hex | 9B | 8C | 6C | 0 | A | 1E | 27 | 29 | 13 | 34 |
| Octal | 233 | 214 | 154 | 0 | 12 | 36 | 47 | 51 | 23 | 64 |
| Binary | 10011011 | 10001100 | 1101100 | 0 | 1010 | 11110 | 100111 | 101001 | 10011 | 110100 |
Color Harmonies of #9B8C6C
Complementary color
Monochromatic Colors of #9B8C6C
Black with #9B8C6C
Text Example
Text Example
White with #9B8C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C6C; }
p { color: rgb(155,140,108); }
H1.HeaderClassName
{
color: #9B8C6C;
}
.AnyTagClassName
{
color: #9B8C6C;
}
</style>
background-color css
<style>
a { background-color: #9B8C6C; }
a { background-color: rgb(155,140,108); }
div.DivClassName
{
background-color: #9B8C6C;
}
.BgClassName
{
background-color: #9B8C6C;
}
</style>
border-color css
<style>
span { border-color: #9B8C6C; }
span { border-color: rgb(155,140,108); }
td.TdClassName
{
border-color: #9B8C6C;
}
.TagClassName
{
border-color: #9B8C6C;
}
</style>