Shades of Dingley #687B44
Tints of Dingley #687B44
RGB
CMYK
RGB Variations
Color information
#687B44 (or 0x687B44) is known color: Dingley. HEX triplet: 68, 7B and 44. RGB value is (104,123,68). Sum of RGB (Red+Green+Blue) = 104+123+68=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #687B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687B44 is #9784BB. Grayscale: #6F6F6F. Windows color (decimal): -9929916 or 4488040. OLE color: 4488040.
HSL color Cylindrical-coordinate representation of color #687B44: hue angle of 80.73º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #687B44 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 123 | 68 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.52 |
| HSL | 80.73º | 0.29% | 0.37% | - |
| HSV(B) | 80.73º | 0.45% | 0.48% | - |
| XYZ | 13.84 | 17.53 | 8.12 | - |
| YUV | 111.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 68 | 0.15 | 0 | 0.45 | 0.52 | 80.73 | 0.29 | 0.37 |
| Hex | 68 | 7B | 44 | F | 0 | 2D | 34 | 51 | 1D | 25 |
| Octal | 150 | 173 | 104 | 17 | 0 | 55 | 64 | 121 | 35 | 45 |
| Binary | 1101000 | 1111011 | 1000100 | 1111 | 0 | 101101 | 110100 | 1010001 | 11101 | 100101 |
Color Harmonies of #687B44
Complementary color
Monochromatic Colors of #687B44
Black with #687B44
Text Example
Text Example
White with #687B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687B44; }
p { color: rgb(104,123,68); }
H1.HeaderClassName
{
color: #687B44;
}
.AnyTagClassName
{
color: #687B44;
}
</style>
background-color css
<style>
a { background-color: #687B44; }
a { background-color: rgb(104,123,68); }
div.DivClassName
{
background-color: #687B44;
}
.BgClassName
{
background-color: #687B44;
}
</style>
border-color css
<style>
span { border-color: #687B44; }
span { border-color: rgb(104,123,68); }
td.TdClassName
{
border-color: #687B44;
}
.TagClassName
{
border-color: #687B44;
}
</style>