Shades of Delta #969A91
Tints of Delta #969A91
RGB
CMYK
RGB Variations
Color information
#969A91 (or 0x969A91) is known color: Delta. HEX triplet: 96, 9A and 91. RGB value is (150,154,145). Sum of RGB (Red+Green+Blue) = 150+154+145=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 154 - color contains mainly: green. Hex color #969A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969A91 is #69656E. Grayscale: #979797. Windows color (decimal): -6907247 or 9542294. OLE color: 9542294.
HSL color Cylindrical-coordinate representation of color #969A91: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #969A91 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 145 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.40 |
| HSL | 86.67º | 0.04% | 0.59% | - |
| HSV(B) | 86.67º | 0.06% | 0.6% | - |
| XYZ | 29.24 | 31.64 | 31.35 | - |
| YUV | 151.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 145 | 0.03 | 0 | 0.06 | 0.40 | 86.67 | 0.04 | 0.59 |
| Hex | 96 | 9A | 91 | 3 | 0 | 6 | 28 | 57 | 4 | 3B |
| Octal | 226 | 232 | 221 | 3 | 0 | 6 | 50 | 127 | 4 | 73 |
| Binary | 10010110 | 10011010 | 10010001 | 11 | 0 | 110 | 101000 | 1010111 | 100 | 111011 |
Color Harmonies of #969A91
Complementary color
Monochromatic Colors of #969A91
Black with #969A91
Text Example
Text Example
White with #969A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A91; }
p { color: rgb(150,154,145); }
H1.HeaderClassName
{
color: #969A91;
}
.AnyTagClassName
{
color: #969A91;
}
</style>
background-color css
<style>
a { background-color: #969A91; }
a { background-color: rgb(150,154,145); }
div.DivClassName
{
background-color: #969A91;
}
.BgClassName
{
background-color: #969A91;
}
</style>
border-color css
<style>
span { border-color: #969A91; }
span { border-color: rgb(150,154,145); }
td.TdClassName
{
border-color: #969A91;
}
.TagClassName
{
border-color: #969A91;
}
</style>