Shades of Dawn #979690
Tints of Dawn #979690
RGB
CMYK
RGB Variations
Color information
#979690 (or 0x979690) is known color: Dawn. HEX triplet: 97, 96 and 90. RGB value is (151,150,144). Sum of RGB (Red+Green+Blue) = 151+150+144=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 151 - color contains mainly: red. Hex color #979690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979690 is #68696F. Grayscale: #959595. Windows color (decimal): -6842736 or 9475735. OLE color: 9475735.
HSL color Cylindrical-coordinate representation of color #979690: hue angle of 51.43º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #979690 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 150 | 144 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.41 |
| HSL | 51.43º | 0.03% | 0.58% | - |
| HSV(B) | 51.43º | 0.05% | 0.59% | - |
| XYZ | 28.7 | 30.41 | 30.74 | - |
| YUV | 149.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 150 | 144 | 0 | 0.01 | 0.05 | 0.41 | 51.43 | 0.03 | 0.58 |
| Hex | 97 | 96 | 90 | 0 | 1 | 5 | 29 | 33 | 3 | 3A |
| Octal | 227 | 226 | 220 | 0 | 1 | 5 | 51 | 63 | 3 | 72 |
| Binary | 10010111 | 10010110 | 10010000 | 0 | 1 | 101 | 101001 | 110011 | 11 | 111010 |
Color Harmonies of #979690
Complementary color
Monochromatic Colors of #979690
Black with #979690
Text Example
Text Example
White with #979690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979690; }
p { color: rgb(151,150,144); }
H1.HeaderClassName
{
color: #979690;
}
.AnyTagClassName
{
color: #979690;
}
</style>
background-color css
<style>
a { background-color: #979690; }
a { background-color: rgb(151,150,144); }
div.DivClassName
{
background-color: #979690;
}
.BgClassName
{
background-color: #979690;
}
</style>
border-color css
<style>
span { border-color: #979690; }
span { border-color: rgb(151,150,144); }
td.TdClassName
{
border-color: #979690;
}
.TagClassName
{
border-color: #979690;
}
</style>