Shades of Dingley #677848
Tints of Dingley #677848
RGB
CMYK
RGB Variations
Color information
#677848 (or 0x677848) is known color: Dingley. HEX triplet: 67, 78 and 48. RGB value is (103,120,72). Sum of RGB (Red+Green+Blue) = 103+120+72=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #677848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677848 is #9887B7. Grayscale: #6D6D6D. Windows color (decimal): -9996216 or 4749415. OLE color: 4749415.
HSL color Cylindrical-coordinate representation of color #677848: hue angle of 81.25º 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 #677848 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 120 | 72 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.53 |
| HSL | 81.25º | 0.25% | 0.38% | - |
| HSV(B) | 81.25º | 0.4% | 0.47% | - |
| XYZ | 13.48 | 16.78 | 8.66 | - |
| YUV | 109.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 120 | 72 | 0.14 | 0 | 0.40 | 0.53 | 81.25 | 0.25 | 0.38 |
| Hex | 67 | 78 | 48 | E | 0 | 28 | 35 | 51 | 19 | 26 |
| Octal | 147 | 170 | 110 | 16 | 0 | 50 | 65 | 121 | 31 | 46 |
| Binary | 1100111 | 1111000 | 1001000 | 1110 | 0 | 101000 | 110101 | 1010001 | 11001 | 100110 |
Color Harmonies of #677848
Complementary color
Monochromatic Colors of #677848
Black with #677848
Text Example
Text Example
White with #677848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677848; }
p { color: rgb(103,120,72); }
H1.HeaderClassName
{
color: #677848;
}
.AnyTagClassName
{
color: #677848;
}
</style>
background-color css
<style>
a { background-color: #677848; }
a { background-color: rgb(103,120,72); }
div.DivClassName
{
background-color: #677848;
}
.BgClassName
{
background-color: #677848;
}
</style>
border-color css
<style>
span { border-color: #677848; }
span { border-color: rgb(103,120,72); }
td.TdClassName
{
border-color: #677848;
}
.TagClassName
{
border-color: #677848;
}
</style>