Shades of Dingley #6B824D
Tints of Dingley #6B824D
RGB
CMYK
RGB Variations
Color information
#6B824D (or 0x6B824D) is known color: Dingley. HEX triplet: 6B, 82 and 4D. RGB value is (107,130,77). Sum of RGB (Red+Green+Blue) = 107+130+77=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #6B824D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B824D is #947DB2. Grayscale: #757575. Windows color (decimal): -9731507 or 5079659. OLE color: 5079659.
HSL color Cylindrical-coordinate representation of color #6B824D: hue angle of 86.04º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B824D is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 130 | 77 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.49 |
| HSL | 86.04º | 0.26% | 0.41% | - |
| HSV(B) | 86.04º | 0.41% | 0.51% | - |
| XYZ | 15.39 | 19.63 | 10 | - |
| YUV | 117.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 130 | 77 | 0.18 | 0 | 0.41 | 0.49 | 86.04 | 0.26 | 0.41 |
| Hex | 6B | 82 | 4D | 12 | 0 | 29 | 31 | 56 | 1A | 29 |
| Octal | 153 | 202 | 115 | 22 | 0 | 51 | 61 | 126 | 32 | 51 |
| Binary | 1101011 | 10000010 | 1001101 | 10010 | 0 | 101001 | 110001 | 1010110 | 11010 | 101001 |
Color Harmonies of #6B824D
Complementary color
Monochromatic Colors of #6B824D
Black with #6B824D
Text Example
Text Example
White with #6B824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B824D; }
p { color: rgb(107,130,77); }
H1.HeaderClassName
{
color: #6B824D;
}
.AnyTagClassName
{
color: #6B824D;
}
</style>
background-color css
<style>
a { background-color: #6B824D; }
a { background-color: rgb(107,130,77); }
div.DivClassName
{
background-color: #6B824D;
}
.BgClassName
{
background-color: #6B824D;
}
</style>
border-color css
<style>
span { border-color: #6B824D; }
span { border-color: rgb(107,130,77); }
td.TdClassName
{
border-color: #6B824D;
}
.TagClassName
{
border-color: #6B824D;
}
</style>