Shades of Dingley #6B8545
Tints of Dingley #6B8545
RGB
CMYK
RGB Variations
Color information
#6B8545 (or 0x6B8545) is known color: Dingley. HEX triplet: 6B, 85 and 45. RGB value is (107,133,69). Sum of RGB (Red+Green+Blue) = 107+133+69=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8545 is #947ABA. Grayscale: #767676. Windows color (decimal): -9730747 or 4556139. OLE color: 4556139.
HSL color Cylindrical-coordinate representation of color #6B8545: hue angle of 84.38º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B8545 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 69 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.48 |
| HSL | 84.38º | 0.32% | 0.4% | - |
| HSV(B) | 84.38º | 0.48% | 0.52% | - |
| XYZ | 15.53 | 20.33 | 8.74 | - |
| YUV | 117.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 69 | 0.20 | 0 | 0.48 | 0.48 | 84.38 | 0.32 | 0.4 |
| Hex | 6B | 85 | 45 | 14 | 0 | 30 | 30 | 54 | 20 | 28 |
| Octal | 153 | 205 | 105 | 24 | 0 | 60 | 60 | 124 | 40 | 50 |
| Binary | 1101011 | 10000101 | 1000101 | 10100 | 0 | 110000 | 110000 | 1010100 | 100000 | 101000 |
Color Harmonies of #6B8545
Complementary color
Monochromatic Colors of #6B8545
Black with #6B8545
Text Example
Text Example
White with #6B8545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8545; }
p { color: rgb(107,133,69); }
H1.HeaderClassName
{
color: #6B8545;
}
.AnyTagClassName
{
color: #6B8545;
}
</style>
background-color css
<style>
a { background-color: #6B8545; }
a { background-color: rgb(107,133,69); }
div.DivClassName
{
background-color: #6B8545;
}
.BgClassName
{
background-color: #6B8545;
}
</style>
border-color css
<style>
span { border-color: #6B8545; }
span { border-color: rgb(107,133,69); }
td.TdClassName
{
border-color: #6B8545;
}
.TagClassName
{
border-color: #6B8545;
}
</style>