Shades of Pale Oyster #998A6A
Tints of Pale Oyster #998A6A
RGB
CMYK
RGB Variations
Color information
#998A6A (or 0x998A6A) is known color: Pale Oyster. HEX triplet: 99, 8A and 6A. RGB value is (153,138,106). Sum of RGB (Red+Green+Blue) = 153+138+106=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #998A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A6A is #667595. Grayscale: #8A8A8A. Windows color (decimal): -6714774 or 6982297. OLE color: 6982297.
HSL color Cylindrical-coordinate representation of color #998A6A: hue angle of 40.85º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998A6A is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 106 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.4 |
| HSL | 40.85º | 0.19% | 0.51% | - |
| HSV(B) | 40.85º | 0.31% | 0.6% | - |
| XYZ | 24.83 | 25.99 | 17.34 | - |
| YUV | 138.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 106 | 0 | 0.10 | 0.31 | 0.4 | 40.85 | 0.19 | 0.51 |
| Hex | 99 | 8A | 6A | 0 | A | 1F | 28 | 29 | 13 | 33 |
| Octal | 231 | 212 | 152 | 0 | 12 | 37 | 50 | 51 | 23 | 63 |
| Binary | 10011001 | 10001010 | 1101010 | 0 | 1010 | 11111 | 101000 | 101001 | 10011 | 110011 |
Color Harmonies of #998A6A
Complementary color
Monochromatic Colors of #998A6A
Black with #998A6A
Text Example
Text Example
White with #998A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A6A; }
p { color: rgb(153,138,106); }
H1.HeaderClassName
{
color: #998A6A;
}
.AnyTagClassName
{
color: #998A6A;
}
</style>
background-color css
<style>
a { background-color: #998A6A; }
a { background-color: rgb(153,138,106); }
div.DivClassName
{
background-color: #998A6A;
}
.BgClassName
{
background-color: #998A6A;
}
</style>
border-color css
<style>
span { border-color: #998A6A; }
span { border-color: rgb(153,138,106); }
td.TdClassName
{
border-color: #998A6A;
}
.TagClassName
{
border-color: #998A6A;
}
</style>