Shades of Dingley #6B7E48
Tints of Dingley #6B7E48
RGB
CMYK
RGB Variations
Color information
#6B7E48 (or 0x6B7E48) is known color: Dingley. HEX triplet: 6B, 7E and 48. RGB value is (107,126,72). Sum of RGB (Red+Green+Blue) = 107+126+72=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7E48 is #9481B7. Grayscale: #727272. Windows color (decimal): -9732536 or 4750955. OLE color: 4750955.
HSL color Cylindrical-coordinate representation of color #6B7E48: hue angle of 81.11º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B7E48 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 126 | 72 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.51 |
| HSL | 81.11º | 0.27% | 0.39% | - |
| HSV(B) | 81.11º | 0.43% | 0.49% | - |
| XYZ | 14.69 | 18.52 | 8.93 | - |
| YUV | 114.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 72 | 0.15 | 0 | 0.43 | 0.51 | 81.11 | 0.27 | 0.39 |
| Hex | 6B | 7E | 48 | F | 0 | 2B | 33 | 51 | 1B | 27 |
| Octal | 153 | 176 | 110 | 17 | 0 | 53 | 63 | 121 | 33 | 47 |
| Binary | 1101011 | 1111110 | 1001000 | 1111 | 0 | 101011 | 110011 | 1010001 | 11011 | 100111 |
Color Harmonies of #6B7E48
Complementary color
Monochromatic Colors of #6B7E48
Black with #6B7E48
Text Example
Text Example
White with #6B7E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7E48; }
p { color: rgb(107,126,72); }
H1.HeaderClassName
{
color: #6B7E48;
}
.AnyTagClassName
{
color: #6B7E48;
}
</style>
background-color css
<style>
a { background-color: #6B7E48; }
a { background-color: rgb(107,126,72); }
div.DivClassName
{
background-color: #6B7E48;
}
.BgClassName
{
background-color: #6B7E48;
}
</style>
border-color css
<style>
span { border-color: #6B7E48; }
span { border-color: rgb(107,126,72); }
td.TdClassName
{
border-color: #6B7E48;
}
.TagClassName
{
border-color: #6B7E48;
}
</style>