Shades of Delta #959691
Tints of Delta #959691
RGB
CMYK
RGB Variations
Color information
#959691 (or 0x959691) is known color: Delta. HEX triplet: 95, 96 and 91. RGB value is (149,150,145). Sum of RGB (Red+Green+Blue) = 149+150+145=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 150 - color contains mainly: green. Hex color #959691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959691 is #6A696E. Grayscale: #959595. Windows color (decimal): -6973807 or 9541269. OLE color: 9541269.
HSL color Cylindrical-coordinate representation of color #959691: hue angle of 72º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #959691 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 150 | 145 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.41 |
| HSL | 72º | 0.02% | 0.58% | - |
| HSV(B) | 72º | 0.03% | 0.59% | - |
| XYZ | 28.41 | 30.25 | 31.13 | - |
| YUV | 149.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 145 | 0.01 | 0 | 0.03 | 0.41 | 72 | 0.02 | 0.58 |
| Hex | 95 | 96 | 91 | 1 | 0 | 3 | 29 | 48 | 2 | 3A |
| Octal | 225 | 226 | 221 | 1 | 0 | 3 | 51 | 110 | 2 | 72 |
| Binary | 10010101 | 10010110 | 10010001 | 1 | 0 | 11 | 101001 | 1001000 | 10 | 111010 |
Color Harmonies of #959691
Complementary color
Monochromatic Colors of #959691
Black with #959691
Text Example
Text Example
White with #959691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959691; }
p { color: rgb(149,150,145); }
H1.HeaderClassName
{
color: #959691;
}
.AnyTagClassName
{
color: #959691;
}
</style>
background-color css
<style>
a { background-color: #959691; }
a { background-color: rgb(149,150,145); }
div.DivClassName
{
background-color: #959691;
}
.BgClassName
{
background-color: #959691;
}
</style>
border-color css
<style>
span { border-color: #959691; }
span { border-color: rgb(149,150,145); }
td.TdClassName
{
border-color: #959691;
}
.TagClassName
{
border-color: #959691;
}
</style>