Shades of Dingley #6B7E42
Tints of Dingley #6B7E42
RGB
CMYK
RGB Variations
Color information
#6B7E42 (or 0x6B7E42) is known color: Dingley. HEX triplet: 6B, 7E and 42. RGB value is (107,126,66). Sum of RGB (Red+Green+Blue) = 107+126+66=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7E42 is #9481BD. Grayscale: #717171. Windows color (decimal): -9732542 or 4357739. OLE color: 4357739.
HSL color Cylindrical-coordinate representation of color #6B7E42: hue angle of 79º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B7E42 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 126 | 66 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.51 |
| HSL | 79º | 0.31% | 0.38% | - |
| HSV(B) | 79º | 0.48% | 0.49% | - |
| XYZ | 14.51 | 18.44 | 7.95 | - |
| YUV | 113.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 66 | 0.15 | 0 | 0.48 | 0.51 | 79 | 0.31 | 0.38 |
| Hex | 6B | 7E | 42 | F | 0 | 30 | 33 | 4F | 1F | 26 |
| Octal | 153 | 176 | 102 | 17 | 0 | 60 | 63 | 117 | 37 | 46 |
| Binary | 1101011 | 1111110 | 1000010 | 1111 | 0 | 110000 | 110011 | 1001111 | 11111 | 100110 |
Color Harmonies of #6B7E42
Complementary color
Monochromatic Colors of #6B7E42
Black with #6B7E42
Text Example
Text Example
White with #6B7E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7E42; }
p { color: rgb(107,126,66); }
H1.HeaderClassName
{
color: #6B7E42;
}
.AnyTagClassName
{
color: #6B7E42;
}
</style>
background-color css
<style>
a { background-color: #6B7E42; }
a { background-color: rgb(107,126,66); }
div.DivClassName
{
background-color: #6B7E42;
}
.BgClassName
{
background-color: #6B7E42;
}
</style>
border-color css
<style>
span { border-color: #6B7E42; }
span { border-color: rgb(107,126,66); }
td.TdClassName
{
border-color: #6B7E42;
}
.TagClassName
{
border-color: #6B7E42;
}
</style>