Shades of Dingley #6B8351
Tints of Dingley #6B8351
RGB
CMYK
RGB Variations
Color information
#6B8351 (or 0x6B8351) is known color: Dingley. HEX triplet: 6B, 83 and 51. RGB value is (107,131,81). Sum of RGB (Red+Green+Blue) = 107+131+81=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8351 is #947CAE. Grayscale: #767676. Windows color (decimal): -9731247 or 5342059. OLE color: 5342059.
HSL color Cylindrical-coordinate representation of color #6B8351: hue angle of 88.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B8351 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 131 | 81 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.49 |
| HSL | 88.8º | 0.24% | 0.42% | - |
| HSV(B) | 88.8º | 0.38% | 0.51% | - |
| XYZ | 15.66 | 19.95 | 10.81 | - |
| YUV | 118.12 | 107.05 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 81 | 0.18 | 0 | 0.38 | 0.49 | 88.8 | 0.24 | 0.42 |
| Hex | 6B | 83 | 51 | 12 | 0 | 26 | 31 | 59 | 18 | 2A |
| Octal | 153 | 203 | 121 | 22 | 0 | 46 | 61 | 131 | 30 | 52 |
| Binary | 1101011 | 10000011 | 1010001 | 10010 | 0 | 100110 | 110001 | 1011001 | 11000 | 101010 |
Color Harmonies of #6B8351
Complementary color
Monochromatic Colors of #6B8351
Black with #6B8351
Text Example
Text Example
White with #6B8351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8351; }
p { color: rgb(107,131,81); }
H1.HeaderClassName
{
color: #6B8351;
}
.AnyTagClassName
{
color: #6B8351;
}
</style>
background-color css
<style>
a { background-color: #6B8351; }
a { background-color: rgb(107,131,81); }
div.DivClassName
{
background-color: #6B8351;
}
.BgClassName
{
background-color: #6B8351;
}
</style>
border-color css
<style>
span { border-color: #6B8351; }
span { border-color: rgb(107,131,81); }
td.TdClassName
{
border-color: #6B8351;
}
.TagClassName
{
border-color: #6B8351;
}
</style>