Shades of Dingley #607848
Tints of Dingley #607848
RGB
CMYK
RGB Variations
Color information
#607848 (or 0x607848) is known color: Dingley. HEX triplet: 60, 78 and 48. RGB value is (96,120,72). Sum of RGB (Red+Green+Blue) = 96+120+72=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #607848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607848 is #9F87B7. Grayscale: #6B6B6B. Windows color (decimal): -10454968 or 4749408. OLE color: 4749408.
HSL color Cylindrical-coordinate representation of color #607848: hue angle of 90º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #607848 is Cyan = 0.2, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 72 | - |
| CMYK | 0.2 | 0 | 0.40 | 0.53 |
| HSL | 90º | 0.25% | 0.38% | - |
| HSV(B) | 90º | 0.4% | 0.47% | - |
| XYZ | 12.71 | 16.39 | 8.62 | - |
| YUV | 107.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 72 | 0.2 | 0 | 0.40 | 0.53 | 90 | 0.25 | 0.38 |
| Hex | 60 | 78 | 48 | 14 | 0 | 28 | 35 | 5A | 19 | 26 |
| Octal | 140 | 170 | 110 | 24 | 0 | 50 | 65 | 132 | 31 | 46 |
| Binary | 1100000 | 1111000 | 1001000 | 10100 | 0 | 101000 | 110101 | 1011010 | 11001 | 100110 |
Color Harmonies of #607848
Complementary color
Monochromatic Colors of #607848
Black with #607848
Text Example
Text Example
White with #607848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607848; }
p { color: rgb(96,120,72); }
H1.HeaderClassName
{
color: #607848;
}
.AnyTagClassName
{
color: #607848;
}
</style>
background-color css
<style>
a { background-color: #607848; }
a { background-color: rgb(96,120,72); }
div.DivClassName
{
background-color: #607848;
}
.BgClassName
{
background-color: #607848;
}
</style>
border-color css
<style>
span { border-color: #607848; }
span { border-color: rgb(96,120,72); }
td.TdClassName
{
border-color: #607848;
}
.TagClassName
{
border-color: #607848;
}
</style>