Shades of Dingley #6B8651
Tints of Dingley #6B8651
RGB
CMYK
RGB Variations
Color information
#6B8651 (or 0x6B8651) is known color: Dingley. HEX triplet: 6B, 86 and 51. RGB value is (107,134,81). Sum of RGB (Red+Green+Blue) = 107+134+81=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8651 is #9479AE. Grayscale: #787878. Windows color (decimal): -9730479 or 5342827. OLE color: 5342827.
HSL color Cylindrical-coordinate representation of color #6B8651: hue angle of 90.57º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B8651 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 134 | 81 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.47 |
| HSL | 90.57º | 0.25% | 0.42% | - |
| HSV(B) | 90.57º | 0.4% | 0.53% | - |
| XYZ | 16.07 | 20.77 | 10.95 | - |
| YUV | 119.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 81 | 0.20 | 0 | 0.40 | 0.47 | 90.57 | 0.25 | 0.42 |
| Hex | 6B | 86 | 51 | 14 | 0 | 28 | 2F | 5B | 19 | 2A |
| Octal | 153 | 206 | 121 | 24 | 0 | 50 | 57 | 133 | 31 | 52 |
| Binary | 1101011 | 10000110 | 1010001 | 10100 | 0 | 101000 | 101111 | 1011011 | 11001 | 101010 |
Color Harmonies of #6B8651
Complementary color
Monochromatic Colors of #6B8651
Black with #6B8651
Text Example
Text Example
White with #6B8651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8651; }
p { color: rgb(107,134,81); }
H1.HeaderClassName
{
color: #6B8651;
}
.AnyTagClassName
{
color: #6B8651;
}
</style>
background-color css
<style>
a { background-color: #6B8651; }
a { background-color: rgb(107,134,81); }
div.DivClassName
{
background-color: #6B8651;
}
.BgClassName
{
background-color: #6B8651;
}
</style>
border-color css
<style>
span { border-color: #6B8651; }
span { border-color: rgb(107,134,81); }
td.TdClassName
{
border-color: #6B8651;
}
.TagClassName
{
border-color: #6B8651;
}
</style>