Shades of Pale Oyster #968A6A
Tints of Pale Oyster #968A6A
RGB
CMYK
RGB Variations
Color information
#968A6A (or 0x968A6A) is known color: Pale Oyster. HEX triplet: 96, 8A and 6A. RGB value is (150,138,106). Sum of RGB (Red+Green+Blue) = 150+138+106=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #968A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A6A is #697595. Grayscale: #8A8A8A. Windows color (decimal): -6911382 or 6982294. OLE color: 6982294.
HSL color Cylindrical-coordinate representation of color #968A6A: hue angle of 43.64º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #968A6A is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 106 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.41 |
| HSL | 43.64º | 0.17% | 0.5% | - |
| HSV(B) | 43.64º | 0.29% | 0.59% | - |
| XYZ | 24.27 | 25.7 | 17.32 | - |
| YUV | 137.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 106 | 0 | 0.08 | 0.29 | 0.41 | 43.64 | 0.17 | 0.5 |
| Hex | 96 | 8A | 6A | 0 | 8 | 1D | 29 | 2C | 11 | 32 |
| Octal | 226 | 212 | 152 | 0 | 10 | 35 | 51 | 54 | 21 | 62 |
| Binary | 10010110 | 10001010 | 1101010 | 0 | 1000 | 11101 | 101001 | 101100 | 10001 | 110010 |
Color Harmonies of #968A6A
Complementary color
Monochromatic Colors of #968A6A
Black with #968A6A
Text Example
Text Example
White with #968A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A6A; }
p { color: rgb(150,138,106); }
H1.HeaderClassName
{
color: #968A6A;
}
.AnyTagClassName
{
color: #968A6A;
}
</style>
background-color css
<style>
a { background-color: #968A6A; }
a { background-color: rgb(150,138,106); }
div.DivClassName
{
background-color: #968A6A;
}
.BgClassName
{
background-color: #968A6A;
}
</style>
border-color css
<style>
span { border-color: #968A6A; }
span { border-color: rgb(150,138,106); }
td.TdClassName
{
border-color: #968A6A;
}
.TagClassName
{
border-color: #968A6A;
}
</style>