Shades of Dingley #6C814D
Tints of Dingley #6C814D
RGB
CMYK
RGB Variations
Color information
#6C814D (or 0x6C814D) is known color: Dingley. HEX triplet: 6C, 81 and 4D. RGB value is (108,129,77). Sum of RGB (Red+Green+Blue) = 108+129+77=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #6C814D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C814D is #937EB2. Grayscale: #747474. Windows color (decimal): -9666227 or 5079404. OLE color: 5079404.
HSL color Cylindrical-coordinate representation of color #6C814D: hue angle of 84.23º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C814D is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 129 | 77 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.49 |
| HSL | 84.23º | 0.25% | 0.4% | - |
| HSV(B) | 84.23º | 0.4% | 0.51% | - |
| XYZ | 15.37 | 19.42 | 9.96 | - |
| YUV | 116.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 129 | 77 | 0.16 | 0 | 0.40 | 0.49 | 84.23 | 0.25 | 0.4 |
| Hex | 6C | 81 | 4D | 10 | 0 | 28 | 31 | 54 | 19 | 28 |
| Octal | 154 | 201 | 115 | 20 | 0 | 50 | 61 | 124 | 31 | 50 |
| Binary | 1101100 | 10000001 | 1001101 | 10000 | 0 | 101000 | 110001 | 1010100 | 11001 | 101000 |
Color Harmonies of #6C814D
Complementary color
Monochromatic Colors of #6C814D
Black with #6C814D
Text Example
Text Example
White with #6C814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C814D; }
p { color: rgb(108,129,77); }
H1.HeaderClassName
{
color: #6C814D;
}
.AnyTagClassName
{
color: #6C814D;
}
</style>
background-color css
<style>
a { background-color: #6C814D; }
a { background-color: rgb(108,129,77); }
div.DivClassName
{
background-color: #6C814D;
}
.BgClassName
{
background-color: #6C814D;
}
</style>
border-color css
<style>
span { border-color: #6C814D; }
span { border-color: rgb(108,129,77); }
td.TdClassName
{
border-color: #6C814D;
}
.TagClassName
{
border-color: #6C814D;
}
</style>