Shades of Dingley #677C48
Tints of Dingley #677C48
RGB
CMYK
RGB Variations
Color information
#677C48 (or 0x677C48) is known color: Dingley. HEX triplet: 67, 7C and 48. RGB value is (103,124,72). Sum of RGB (Red+Green+Blue) = 103+124+72=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #677C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677C48 is #9883B7. Grayscale: #6F6F6F. Windows color (decimal): -9995192 or 4750439. OLE color: 4750439.
HSL color Cylindrical-coordinate representation of color #677C48: hue angle of 84.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #677C48 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 124 | 72 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.51 |
| HSL | 84.23º | 0.27% | 0.38% | - |
| HSV(B) | 84.23º | 0.42% | 0.49% | - |
| XYZ | 13.97 | 17.77 | 8.82 | - |
| YUV | 111.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 72 | 0.17 | 0 | 0.42 | 0.51 | 84.23 | 0.27 | 0.38 |
| Hex | 67 | 7C | 48 | 11 | 0 | 2A | 33 | 54 | 1B | 26 |
| Octal | 147 | 174 | 110 | 21 | 0 | 52 | 63 | 124 | 33 | 46 |
| Binary | 1100111 | 1111100 | 1001000 | 10001 | 0 | 101010 | 110011 | 1010100 | 11011 | 100110 |
Color Harmonies of #677C48
Complementary color
Monochromatic Colors of #677C48
Black with #677C48
Text Example
Text Example
White with #677C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677C48; }
p { color: rgb(103,124,72); }
H1.HeaderClassName
{
color: #677C48;
}
.AnyTagClassName
{
color: #677C48;
}
</style>
background-color css
<style>
a { background-color: #677C48; }
a { background-color: rgb(103,124,72); }
div.DivClassName
{
background-color: #677C48;
}
.BgClassName
{
background-color: #677C48;
}
</style>
border-color css
<style>
span { border-color: #677C48; }
span { border-color: rgb(103,124,72); }
td.TdClassName
{
border-color: #677C48;
}
.TagClassName
{
border-color: #677C48;
}
</style>