Shades of Dingley #6B8653
Tints of Dingley #6B8653
RGB
CMYK
RGB Variations
Color information
#6B8653 (or 0x6B8653) is known color: Dingley. HEX triplet: 6B, 86 and 53. RGB value is (107,134,83). Sum of RGB (Red+Green+Blue) = 107+134+83=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8653 is #9479AC. Grayscale: #787878. Windows color (decimal): -9730477 or 5473899. OLE color: 5473899.
HSL color Cylindrical-coordinate representation of color #6B8653: hue angle of 91.76º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B8653 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 134 | 83 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.47 |
| HSL | 91.76º | 0.24% | 0.43% | - |
| HSV(B) | 91.76º | 0.38% | 0.53% | - |
| XYZ | 16.15 | 20.8 | 11.35 | - |
| YUV | 120.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 83 | 0.20 | 0 | 0.38 | 0.47 | 91.76 | 0.24 | 0.43 |
| Hex | 6B | 86 | 53 | 14 | 0 | 26 | 2F | 5C | 18 | 2B |
| Octal | 153 | 206 | 123 | 24 | 0 | 46 | 57 | 134 | 30 | 53 |
| Binary | 1101011 | 10000110 | 1010011 | 10100 | 0 | 100110 | 101111 | 1011100 | 11000 | 101011 |
Color Harmonies of #6B8653
Complementary color
Monochromatic Colors of #6B8653
Black with #6B8653
Text Example
Text Example
White with #6B8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8653; }
p { color: rgb(107,134,83); }
H1.HeaderClassName
{
color: #6B8653;
}
.AnyTagClassName
{
color: #6B8653;
}
</style>
background-color css
<style>
a { background-color: #6B8653; }
a { background-color: rgb(107,134,83); }
div.DivClassName
{
background-color: #6B8653;
}
.BgClassName
{
background-color: #6B8653;
}
</style>
border-color css
<style>
span { border-color: #6B8653; }
span { border-color: rgb(107,134,83); }
td.TdClassName
{
border-color: #6B8653;
}
.TagClassName
{
border-color: #6B8653;
}
</style>