Shades of Dingley #6B874D
Tints of Dingley #6B874D
RGB
CMYK
RGB Variations
Color information
#6B874D (or 0x6B874D) is known color: Dingley. HEX triplet: 6B, 87 and 4D. RGB value is (107,135,77). Sum of RGB (Red+Green+Blue) = 107+135+77=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #6B874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B874D is #9478B2. Grayscale: #787878. Windows color (decimal): -9730227 or 5080939. OLE color: 5080939.
HSL color Cylindrical-coordinate representation of color #6B874D: hue angle of 88.97º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B874D is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 77 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.47 |
| HSL | 88.97º | 0.27% | 0.42% | - |
| HSV(B) | 88.97º | 0.43% | 0.53% | - |
| XYZ | 16.07 | 20.99 | 10.23 | - |
| YUV | 120.02 | 103.72 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 77 | 0.21 | 0 | 0.43 | 0.47 | 88.97 | 0.27 | 0.42 |
| Hex | 6B | 87 | 4D | 15 | 0 | 2B | 2F | 59 | 1B | 2A |
| Octal | 153 | 207 | 115 | 25 | 0 | 53 | 57 | 131 | 33 | 52 |
| Binary | 1101011 | 10000111 | 1001101 | 10101 | 0 | 101011 | 101111 | 1011001 | 11011 | 101010 |
Color Harmonies of #6B874D
Complementary color
Monochromatic Colors of #6B874D
Black with #6B874D
Text Example
Text Example
White with #6B874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B874D; }
p { color: rgb(107,135,77); }
H1.HeaderClassName
{
color: #6B874D;
}
.AnyTagClassName
{
color: #6B874D;
}
</style>
background-color css
<style>
a { background-color: #6B874D; }
a { background-color: rgb(107,135,77); }
div.DivClassName
{
background-color: #6B874D;
}
.BgClassName
{
background-color: #6B874D;
}
</style>
border-color css
<style>
span { border-color: #6B874D; }
span { border-color: rgb(107,135,77); }
td.TdClassName
{
border-color: #6B874D;
}
.TagClassName
{
border-color: #6B874D;
}
</style>