Shades of Delta #969D89
Tints of Delta #969D89
RGB
CMYK
RGB Variations
Color information
#969D89 (or 0x969D89) is known color: Delta. HEX triplet: 96, 9D and 89. RGB value is (150,157,137). Sum of RGB (Red+Green+Blue) = 150+157+137=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 157 - color contains mainly: green. Hex color #969D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969D89 is #696276. Grayscale: #989898. Windows color (decimal): -6906487 or 9018774. OLE color: 9018774.
HSL color Cylindrical-coordinate representation of color #969D89: hue angle of 81º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #969D89 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 157 | 137 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.38 |
| HSL | 81º | 0.09% | 0.58% | - |
| HSV(B) | 81º | 0.13% | 0.62% | - |
| XYZ | 29.15 | 32.4 | 28.39 | - |
| YUV | 152.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 137 | 0.04 | 0 | 0.13 | 0.38 | 81 | 0.09 | 0.58 |
| Hex | 96 | 9D | 89 | 4 | 0 | D | 26 | 51 | 9 | 3A |
| Octal | 226 | 235 | 211 | 4 | 0 | 15 | 46 | 121 | 11 | 72 |
| Binary | 10010110 | 10011101 | 10001001 | 100 | 0 | 1101 | 100110 | 1010001 | 1001 | 111010 |
Color Harmonies of #969D89
Complementary color
Monochromatic Colors of #969D89
Black with #969D89
Text Example
Text Example
White with #969D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969D89; }
p { color: rgb(150,157,137); }
H1.HeaderClassName
{
color: #969D89;
}
.AnyTagClassName
{
color: #969D89;
}
</style>
background-color css
<style>
a { background-color: #969D89; }
a { background-color: rgb(150,157,137); }
div.DivClassName
{
background-color: #969D89;
}
.BgClassName
{
background-color: #969D89;
}
</style>
border-color css
<style>
span { border-color: #969D89; }
span { border-color: rgb(150,157,137); }
td.TdClassName
{
border-color: #969D89;
}
.TagClassName
{
border-color: #969D89;
}
</style>