Shades of Dingley #6C7B49
Tints of Dingley #6C7B49
RGB
CMYK
RGB Variations
Color information
#6C7B49 (or 0x6C7B49) is known color: Dingley. HEX triplet: 6C, 7B and 49. RGB value is (108,123,73). Sum of RGB (Red+Green+Blue) = 108+123+73=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 123 - color contains mainly: green. Hex color #6C7B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7B49 is #9384B6. Grayscale: #717171. Windows color (decimal): -9667767 or 4815724. OLE color: 4815724.
HSL color Cylindrical-coordinate representation of color #6C7B49: hue angle of 78º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C7B49 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 123 | 73 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.52 |
| HSL | 78º | 0.26% | 0.38% | - |
| HSV(B) | 78º | 0.41% | 0.48% | - |
| XYZ | 14.47 | 17.84 | 8.98 | - |
| YUV | 112.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 73 | 0.12 | 0 | 0.41 | 0.52 | 78 | 0.26 | 0.38 |
| Hex | 6C | 7B | 49 | C | 0 | 29 | 34 | 4E | 1A | 26 |
| Octal | 154 | 173 | 111 | 14 | 0 | 51 | 64 | 116 | 32 | 46 |
| Binary | 1101100 | 1111011 | 1001001 | 1100 | 0 | 101001 | 110100 | 1001110 | 11010 | 100110 |
Color Harmonies of #6C7B49
Complementary color
Monochromatic Colors of #6C7B49
Black with #6C7B49
Text Example
Text Example
White with #6C7B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7B49; }
p { color: rgb(108,123,73); }
H1.HeaderClassName
{
color: #6C7B49;
}
.AnyTagClassName
{
color: #6C7B49;
}
</style>
background-color css
<style>
a { background-color: #6C7B49; }
a { background-color: rgb(108,123,73); }
div.DivClassName
{
background-color: #6C7B49;
}
.BgClassName
{
background-color: #6C7B49;
}
</style>
border-color css
<style>
span { border-color: #6C7B49; }
span { border-color: rgb(108,123,73); }
td.TdClassName
{
border-color: #6C7B49;
}
.TagClassName
{
border-color: #6C7B49;
}
</style>