Shades of Dingley #6B7F47
Tints of Dingley #6B7F47
RGB
CMYK
RGB Variations
Color information
#6B7F47 (or 0x6B7F47) is known color: Dingley. HEX triplet: 6B, 7F and 47. RGB value is (107,127,71). Sum of RGB (Red+Green+Blue) = 107+127+71=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 127 - color contains mainly: green. Hex color #6B7F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7F47 is #9480B8. Grayscale: #727272. Windows color (decimal): -9732281 or 4685675. OLE color: 4685675.
HSL color Cylindrical-coordinate representation of color #6B7F47: hue angle of 81.43º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B7F47 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 127 | 71 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.50 |
| HSL | 81.43º | 0.28% | 0.39% | - |
| HSV(B) | 81.43º | 0.44% | 0.5% | - |
| XYZ | 14.79 | 18.76 | 8.8 | - |
| YUV | 114.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 71 | 0.16 | 0 | 0.44 | 0.50 | 81.43 | 0.28 | 0.39 |
| Hex | 6B | 7F | 47 | 10 | 0 | 2C | 32 | 51 | 1C | 27 |
| Octal | 153 | 177 | 107 | 20 | 0 | 54 | 62 | 121 | 34 | 47 |
| Binary | 1101011 | 1111111 | 1000111 | 10000 | 0 | 101100 | 110010 | 1010001 | 11100 | 100111 |
Color Harmonies of #6B7F47
Complementary color
Monochromatic Colors of #6B7F47
Black with #6B7F47
Text Example
Text Example
White with #6B7F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7F47; }
p { color: rgb(107,127,71); }
H1.HeaderClassName
{
color: #6B7F47;
}
.AnyTagClassName
{
color: #6B7F47;
}
</style>
background-color css
<style>
a { background-color: #6B7F47; }
a { background-color: rgb(107,127,71); }
div.DivClassName
{
background-color: #6B7F47;
}
.BgClassName
{
background-color: #6B7F47;
}
</style>
border-color css
<style>
span { border-color: #6B7F47; }
span { border-color: rgb(107,127,71); }
td.TdClassName
{
border-color: #6B7F47;
}
.TagClassName
{
border-color: #6B7F47;
}
</style>