Shades of Dingley #6B894B
Tints of Dingley #6B894B
RGB
CMYK
RGB Variations
Color information
#6B894B (or 0x6B894B) is known color: Dingley. HEX triplet: 6B, 89 and 4B. RGB value is (107,137,75). Sum of RGB (Red+Green+Blue) = 107+137+75=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #6B894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B894B is #9476B4. Grayscale: #797979. Windows color (decimal): -9729717 or 4950379. OLE color: 4950379.
HSL color Cylindrical-coordinate representation of color #6B894B: hue angle of 89.03º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B894B is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 75 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.46 |
| HSL | 89.03º | 0.29% | 0.42% | - |
| HSV(B) | 89.03º | 0.45% | 0.54% | - |
| XYZ | 16.28 | 21.53 | 9.95 | - |
| YUV | 120.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 75 | 0.22 | 0 | 0.45 | 0.46 | 89.03 | 0.29 | 0.42 |
| Hex | 6B | 89 | 4B | 16 | 0 | 2D | 2E | 59 | 1D | 2A |
| Octal | 153 | 211 | 113 | 26 | 0 | 55 | 56 | 131 | 35 | 52 |
| Binary | 1101011 | 10001001 | 1001011 | 10110 | 0 | 101101 | 101110 | 1011001 | 11101 | 101010 |
Color Harmonies of #6B894B
Complementary color
Monochromatic Colors of #6B894B
Black with #6B894B
Text Example
Text Example
White with #6B894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B894B; }
p { color: rgb(107,137,75); }
H1.HeaderClassName
{
color: #6B894B;
}
.AnyTagClassName
{
color: #6B894B;
}
</style>
background-color css
<style>
a { background-color: #6B894B; }
a { background-color: rgb(107,137,75); }
div.DivClassName
{
background-color: #6B894B;
}
.BgClassName
{
background-color: #6B894B;
}
</style>
border-color css
<style>
span { border-color: #6B894B; }
span { border-color: rgb(107,137,75); }
td.TdClassName
{
border-color: #6B894B;
}
.TagClassName
{
border-color: #6B894B;
}
</style>