Shades of Delta #969D91
Tints of Delta #969D91
RGB
CMYK
RGB Variations
Color information
#969D91 (or 0x969D91) is known color: Delta. HEX triplet: 96, 9D and 91. RGB value is (150,157,145). Sum of RGB (Red+Green+Blue) = 150+157+145=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 157 - color contains mainly: green. Hex color #969D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969D91 is #69626E. Grayscale: #999999. Windows color (decimal): -6906479 or 9543062. OLE color: 9543062.
HSL color Cylindrical-coordinate representation of color #969D91: hue angle of 95º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #969D91 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 157 | 145 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.38 |
| HSL | 95º | 0.06% | 0.59% | - |
| HSV(B) | 95º | 0.08% | 0.62% | - |
| XYZ | 29.75 | 32.64 | 31.52 | - |
| YUV | 153.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 145 | 0.04 | 0 | 0.08 | 0.38 | 95 | 0.06 | 0.59 |
| Hex | 96 | 9D | 91 | 4 | 0 | 8 | 26 | 5F | 6 | 3B |
| Octal | 226 | 235 | 221 | 4 | 0 | 10 | 46 | 137 | 6 | 73 |
| Binary | 10010110 | 10011101 | 10010001 | 100 | 0 | 1000 | 100110 | 1011111 | 110 | 111011 |
Color Harmonies of #969D91
Complementary color
Monochromatic Colors of #969D91
Black with #969D91
Text Example
Text Example
White with #969D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969D91; }
p { color: rgb(150,157,145); }
H1.HeaderClassName
{
color: #969D91;
}
.AnyTagClassName
{
color: #969D91;
}
</style>
background-color css
<style>
a { background-color: #969D91; }
a { background-color: rgb(150,157,145); }
div.DivClassName
{
background-color: #969D91;
}
.BgClassName
{
background-color: #969D91;
}
</style>
border-color css
<style>
span { border-color: #969D91; }
span { border-color: rgb(150,157,145); }
td.TdClassName
{
border-color: #969D91;
}
.TagClassName
{
border-color: #969D91;
}
</style>