Shades of Dingley #607849
Tints of Dingley #607849
RGB
CMYK
RGB Variations
Color information
#607849 (or 0x607849) is known color: Dingley. HEX triplet: 60, 78 and 49. RGB value is (96,120,73). Sum of RGB (Red+Green+Blue) = 96+120+73=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 120 - color contains mainly: green. Hex color #607849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607849 is #9F87B6. Grayscale: #6B6B6B. Windows color (decimal): -10454967 or 4814944. OLE color: 4814944.
HSL color Cylindrical-coordinate representation of color #607849: hue angle of 90.64º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #607849 is Cyan = 0.2, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 73 | - |
| CMYK | 0.2 | 0 | 0.39 | 0.53 |
| HSL | 90.64º | 0.24% | 0.38% | - |
| HSV(B) | 90.64º | 0.39% | 0.47% | - |
| XYZ | 12.74 | 16.4 | 8.8 | - |
| YUV | 107.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 73 | 0.2 | 0 | 0.39 | 0.53 | 90.64 | 0.24 | 0.38 |
| Hex | 60 | 78 | 49 | 14 | 0 | 27 | 35 | 5B | 18 | 26 |
| Octal | 140 | 170 | 111 | 24 | 0 | 47 | 65 | 133 | 30 | 46 |
| Binary | 1100000 | 1111000 | 1001001 | 10100 | 0 | 100111 | 110101 | 1011011 | 11000 | 100110 |
Color Harmonies of #607849
Complementary color
Monochromatic Colors of #607849
Black with #607849
Text Example
Text Example
White with #607849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607849; }
p { color: rgb(96,120,73); }
H1.HeaderClassName
{
color: #607849;
}
.AnyTagClassName
{
color: #607849;
}
</style>
background-color css
<style>
a { background-color: #607849; }
a { background-color: rgb(96,120,73); }
div.DivClassName
{
background-color: #607849;
}
.BgClassName
{
background-color: #607849;
}
</style>
border-color css
<style>
span { border-color: #607849; }
span { border-color: rgb(96,120,73); }
td.TdClassName
{
border-color: #607849;
}
.TagClassName
{
border-color: #607849;
}
</style>