Shades of Dingley #6B7C4D
Tints of Dingley #6B7C4D
RGB
CMYK
RGB Variations
Color information
#6B7C4D (or 0x6B7C4D) is known color: Dingley. HEX triplet: 6B, 7C and 4D. RGB value is (107,124,77). Sum of RGB (Red+Green+Blue) = 107+124+77=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #6B7C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7C4D is #9483B2. Grayscale: #717171. Windows color (decimal): -9733043 or 5078123. OLE color: 5078123.
HSL color Cylindrical-coordinate representation of color #6B7C4D: hue angle of 81.7º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B7C4D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 124 | 77 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.51 |
| HSL | 81.7º | 0.23% | 0.39% | - |
| HSV(B) | 81.7º | 0.38% | 0.49% | - |
| XYZ | 14.61 | 18.08 | 9.74 | - |
| YUV | 113.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 124 | 77 | 0.14 | 0 | 0.38 | 0.51 | 81.7 | 0.23 | 0.39 |
| Hex | 6B | 7C | 4D | E | 0 | 26 | 33 | 52 | 17 | 27 |
| Octal | 153 | 174 | 115 | 16 | 0 | 46 | 63 | 122 | 27 | 47 |
| Binary | 1101011 | 1111100 | 1001101 | 1110 | 0 | 100110 | 110011 | 1010010 | 10111 | 100111 |
Color Harmonies of #6B7C4D
Complementary color
Monochromatic Colors of #6B7C4D
Black with #6B7C4D
Text Example
Text Example
White with #6B7C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7C4D; }
p { color: rgb(107,124,77); }
H1.HeaderClassName
{
color: #6B7C4D;
}
.AnyTagClassName
{
color: #6B7C4D;
}
</style>
background-color css
<style>
a { background-color: #6B7C4D; }
a { background-color: rgb(107,124,77); }
div.DivClassName
{
background-color: #6B7C4D;
}
.BgClassName
{
background-color: #6B7C4D;
}
</style>
border-color css
<style>
span { border-color: #6B7C4D; }
span { border-color: rgb(107,124,77); }
td.TdClassName
{
border-color: #6B7C4D;
}
.TagClassName
{
border-color: #6B7C4D;
}
</style>