Shades of Dingley #6D813C
Tints of Dingley #6D813C
RGB
CMYK
RGB Variations
Color information
#6D813C (or 0x6D813C) is known color: Dingley. HEX triplet: 6D, 81 and 3C. RGB value is (109,129,60). Sum of RGB (Red+Green+Blue) = 109+129+60=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #6D813C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D813C is #927EC3. Grayscale: #737373. Windows color (decimal): -9600708 or 3965293. OLE color: 3965293.
HSL color Cylindrical-coordinate representation of color #6D813C: hue angle of 77.39º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D813C is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 129 | 60 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.49 |
| HSL | 77.39º | 0.37% | 0.37% | - |
| HSV(B) | 77.39º | 0.53% | 0.51% | - |
| XYZ | 14.97 | 19.28 | 7.21 | - |
| YUV | 115.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 60 | 0.16 | 0 | 0.53 | 0.49 | 77.39 | 0.37 | 0.37 |
| Hex | 6D | 81 | 3C | 10 | 0 | 35 | 31 | 4D | 25 | 25 |
| Octal | 155 | 201 | 74 | 20 | 0 | 65 | 61 | 115 | 45 | 45 |
| Binary | 1101101 | 10000001 | 111100 | 10000 | 0 | 110101 | 110001 | 1001101 | 100101 | 100101 |
Color Harmonies of #6D813C
Complementary color
Monochromatic Colors of #6D813C
Black with #6D813C
Text Example
Text Example
White with #6D813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D813C; }
p { color: rgb(109,129,60); }
H1.HeaderClassName
{
color: #6D813C;
}
.AnyTagClassName
{
color: #6D813C;
}
</style>
background-color css
<style>
a { background-color: #6D813C; }
a { background-color: rgb(109,129,60); }
div.DivClassName
{
background-color: #6D813C;
}
.BgClassName
{
background-color: #6D813C;
}
</style>
border-color css
<style>
span { border-color: #6D813C; }
span { border-color: rgb(109,129,60); }
td.TdClassName
{
border-color: #6D813C;
}
.TagClassName
{
border-color: #6D813C;
}
</style>