Shades of Pale Oyster #998C6B
Tints of Pale Oyster #998C6B
RGB
CMYK
RGB Variations
Color information
#998C6B (or 0x998C6B) is known color: Pale Oyster. HEX triplet: 99, 8C and 6B. RGB value is (153,140,107). Sum of RGB (Red+Green+Blue) = 153+140+107=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #998C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C6B is #667394. Grayscale: #8C8C8C. Windows color (decimal): -6714261 or 7048345. OLE color: 7048345.
HSL color Cylindrical-coordinate representation of color #998C6B: hue angle of 43.04º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #998C6B is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 107 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.4 |
| HSL | 43.04º | 0.18% | 0.51% | - |
| HSV(B) | 43.04º | 0.3% | 0.6% | - |
| XYZ | 25.17 | 26.59 | 17.72 | - |
| YUV | 140.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 107 | 0 | 0.08 | 0.30 | 0.4 | 43.04 | 0.18 | 0.51 |
| Hex | 99 | 8C | 6B | 0 | 8 | 1E | 28 | 2B | 12 | 33 |
| Octal | 231 | 214 | 153 | 0 | 10 | 36 | 50 | 53 | 22 | 63 |
| Binary | 10011001 | 10001100 | 1101011 | 0 | 1000 | 11110 | 101000 | 101011 | 10010 | 110011 |
Color Harmonies of #998C6B
Complementary color
Monochromatic Colors of #998C6B
Black with #998C6B
Text Example
Text Example
White with #998C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C6B; }
p { color: rgb(153,140,107); }
H1.HeaderClassName
{
color: #998C6B;
}
.AnyTagClassName
{
color: #998C6B;
}
</style>
background-color css
<style>
a { background-color: #998C6B; }
a { background-color: rgb(153,140,107); }
div.DivClassName
{
background-color: #998C6B;
}
.BgClassName
{
background-color: #998C6B;
}
</style>
border-color css
<style>
span { border-color: #998C6B; }
span { border-color: rgb(153,140,107); }
td.TdClassName
{
border-color: #998C6B;
}
.TagClassName
{
border-color: #998C6B;
}
</style>