Shades of Dingley #6B8348
Tints of Dingley #6B8348
RGB
CMYK
RGB Variations
Color information
#6B8348 (or 0x6B8348) is known color: Dingley. HEX triplet: 6B, 83 and 48. RGB value is (107,131,72). Sum of RGB (Red+Green+Blue) = 107+131+72=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8348 is #947CB7. Grayscale: #757575. Windows color (decimal): -9731256 or 4752235. OLE color: 4752235.
HSL color Cylindrical-coordinate representation of color #6B8348: hue angle of 84.41º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B8348 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 131 | 72 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.49 |
| HSL | 84.41º | 0.29% | 0.4% | - |
| HSV(B) | 84.41º | 0.45% | 0.51% | - |
| XYZ | 15.35 | 19.83 | 9.15 | - |
| YUV | 117.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 72 | 0.18 | 0 | 0.45 | 0.49 | 84.41 | 0.29 | 0.4 |
| Hex | 6B | 83 | 48 | 12 | 0 | 2D | 31 | 54 | 1D | 28 |
| Octal | 153 | 203 | 110 | 22 | 0 | 55 | 61 | 124 | 35 | 50 |
| Binary | 1101011 | 10000011 | 1001000 | 10010 | 0 | 101101 | 110001 | 1010100 | 11101 | 101000 |
Color Harmonies of #6B8348
Complementary color
Monochromatic Colors of #6B8348
Black with #6B8348
Text Example
Text Example
White with #6B8348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8348; }
p { color: rgb(107,131,72); }
H1.HeaderClassName
{
color: #6B8348;
}
.AnyTagClassName
{
color: #6B8348;
}
</style>
background-color css
<style>
a { background-color: #6B8348; }
a { background-color: rgb(107,131,72); }
div.DivClassName
{
background-color: #6B8348;
}
.BgClassName
{
background-color: #6B8348;
}
</style>
border-color css
<style>
span { border-color: #6B8348; }
span { border-color: rgb(107,131,72); }
td.TdClassName
{
border-color: #6B8348;
}
.TagClassName
{
border-color: #6B8348;
}
</style>