Shades of Delta #959692
Tints of Delta #959692
RGB
CMYK
RGB Variations
Color information
#959692 (or 0x959692) is known color: Delta. HEX triplet: 95, 96 and 92. RGB value is (149,150,146). Sum of RGB (Red+Green+Blue) = 149+150+146=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 150 - color contains mainly: green. Hex color #959692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959692 is #6A696D. Grayscale: #959595. Windows color (decimal): -6973806 or 9606805. OLE color: 9606805.
HSL color Cylindrical-coordinate representation of color #959692: hue angle of 75º 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 #959692 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 150 | 146 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.41 |
| HSL | 75º | 0.02% | 0.58% | - |
| HSV(B) | 75º | 0.03% | 0.59% | - |
| XYZ | 28.49 | 30.28 | 31.54 | - |
| YUV | 149.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 146 | 0.01 | 0 | 0.03 | 0.41 | 75 | 0.02 | 0.58 |
| Hex | 95 | 96 | 92 | 1 | 0 | 3 | 29 | 4B | 2 | 3A |
| Octal | 225 | 226 | 222 | 1 | 0 | 3 | 51 | 113 | 2 | 72 |
| Binary | 10010101 | 10010110 | 10010010 | 1 | 0 | 11 | 101001 | 1001011 | 10 | 111010 |
Color Harmonies of #959692
Complementary color
Monochromatic Colors of #959692
Black with #959692
Text Example
Text Example
White with #959692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959692; }
p { color: rgb(149,150,146); }
H1.HeaderClassName
{
color: #959692;
}
.AnyTagClassName
{
color: #959692;
}
</style>
background-color css
<style>
a { background-color: #959692; }
a { background-color: rgb(149,150,146); }
div.DivClassName
{
background-color: #959692;
}
.BgClassName
{
background-color: #959692;
}
</style>
border-color css
<style>
span { border-color: #959692; }
span { border-color: rgb(149,150,146); }
td.TdClassName
{
border-color: #959692;
}
.TagClassName
{
border-color: #959692;
}
</style>