Shades of Pale Oyster #968669
Tints of Pale Oyster #968669
RGB
CMYK
RGB Variations
Color information
#968669 (or 0x968669) is known color: Pale Oyster. HEX triplet: 96, 86 and 69. RGB value is (150,134,105). Sum of RGB (Red+Green+Blue) = 150+134+105=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #968669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968669 is #697996. Grayscale: #878787. Windows color (decimal): -6912407 or 6915734. OLE color: 6915734.
HSL color Cylindrical-coordinate representation of color #968669: hue angle of 38.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #968669 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 105 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.41 |
| HSL | 38.67º | 0.18% | 0.5% | - |
| HSV(B) | 38.67º | 0.3% | 0.59% | - |
| XYZ | 23.65 | 24.55 | 16.86 | - |
| YUV | 135.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 105 | 0 | 0.11 | 0.30 | 0.41 | 38.67 | 0.18 | 0.5 |
| Hex | 96 | 86 | 69 | 0 | B | 1E | 29 | 27 | 12 | 32 |
| Octal | 226 | 206 | 151 | 0 | 13 | 36 | 51 | 47 | 22 | 62 |
| Binary | 10010110 | 10000110 | 1101001 | 0 | 1011 | 11110 | 101001 | 100111 | 10010 | 110010 |
Color Harmonies of #968669
Complementary color
Monochromatic Colors of #968669
Black with #968669
Text Example
Text Example
White with #968669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968669; }
p { color: rgb(150,134,105); }
H1.HeaderClassName
{
color: #968669;
}
.AnyTagClassName
{
color: #968669;
}
</style>
background-color css
<style>
a { background-color: #968669; }
a { background-color: rgb(150,134,105); }
div.DivClassName
{
background-color: #968669;
}
.BgClassName
{
background-color: #968669;
}
</style>
border-color css
<style>
span { border-color: #968669; }
span { border-color: rgb(150,134,105); }
td.TdClassName
{
border-color: #968669;
}
.TagClassName
{
border-color: #968669;
}
</style>