Shades of Dingley #6A874C
Tints of Dingley #6A874C
RGB
CMYK
RGB Variations
Color information
#6A874C (or 0x6A874C) is known color: Dingley. HEX triplet: 6A, 87 and 4C. RGB value is (106,135,76). Sum of RGB (Red+Green+Blue) = 106+135+76=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #6A874C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A874C is #9578B3. Grayscale: #777777. Windows color (decimal): -9795764 or 5015402. OLE color: 5015402.
HSL color Cylindrical-coordinate representation of color #6A874C: hue angle of 89.49º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A874C is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 135 | 76 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.47 |
| HSL | 89.49º | 0.28% | 0.41% | - |
| HSV(B) | 89.49º | 0.44% | 0.53% | - |
| XYZ | 15.91 | 20.91 | 10.04 | - |
| YUV | 119.6 | 103.39 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 135 | 76 | 0.21 | 0 | 0.44 | 0.47 | 89.49 | 0.28 | 0.41 |
| Hex | 6A | 87 | 4C | 15 | 0 | 2C | 2F | 59 | 1C | 29 |
| Octal | 152 | 207 | 114 | 25 | 0 | 54 | 57 | 131 | 34 | 51 |
| Binary | 1101010 | 10000111 | 1001100 | 10101 | 0 | 101100 | 101111 | 1011001 | 11100 | 101001 |
Color Harmonies of #6A874C
Complementary color
Monochromatic Colors of #6A874C
Black with #6A874C
Text Example
Text Example
White with #6A874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A874C; }
p { color: rgb(106,135,76); }
H1.HeaderClassName
{
color: #6A874C;
}
.AnyTagClassName
{
color: #6A874C;
}
</style>
background-color css
<style>
a { background-color: #6A874C; }
a { background-color: rgb(106,135,76); }
div.DivClassName
{
background-color: #6A874C;
}
.BgClassName
{
background-color: #6A874C;
}
</style>
border-color css
<style>
span { border-color: #6A874C; }
span { border-color: rgb(106,135,76); }
td.TdClassName
{
border-color: #6A874C;
}
.TagClassName
{
border-color: #6A874C;
}
</style>