Shades of Dingley #6B8751
Tints of Dingley #6B8751
RGB
CMYK
RGB Variations
Color information
#6B8751 (or 0x6B8751) is known color: Dingley. HEX triplet: 6B, 87 and 51. RGB value is (107,135,81). Sum of RGB (Red+Green+Blue) = 107+135+81=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8751 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8751 is #9478AE. Grayscale: #787878. Windows color (decimal): -9730223 or 5343083. OLE color: 5343083.
HSL color Cylindrical-coordinate representation of color #6B8751: hue angle of 91.11º 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 #6B8751 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 81 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.47 |
| HSL | 91.11º | 0.25% | 0.42% | - |
| HSV(B) | 91.11º | 0.4% | 0.53% | - |
| XYZ | 16.21 | 21.05 | 10.99 | - |
| YUV | 120.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 81 | 0.21 | 0 | 0.40 | 0.47 | 91.11 | 0.25 | 0.42 |
| Hex | 6B | 87 | 51 | 15 | 0 | 28 | 2F | 5B | 19 | 2A |
| Octal | 153 | 207 | 121 | 25 | 0 | 50 | 57 | 133 | 31 | 52 |
| Binary | 1101011 | 10000111 | 1010001 | 10101 | 0 | 101000 | 101111 | 1011011 | 11001 | 101010 |
Color Harmonies of #6B8751
Complementary color
Monochromatic Colors of #6B8751
Black with #6B8751
Text Example
Text Example
White with #6B8751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8751; }
p { color: rgb(107,135,81); }
H1.HeaderClassName
{
color: #6B8751;
}
.AnyTagClassName
{
color: #6B8751;
}
</style>
background-color css
<style>
a { background-color: #6B8751; }
a { background-color: rgb(107,135,81); }
div.DivClassName
{
background-color: #6B8751;
}
.BgClassName
{
background-color: #6B8751;
}
</style>
border-color css
<style>
span { border-color: #6B8751; }
span { border-color: rgb(107,135,81); }
td.TdClassName
{
border-color: #6B8751;
}
.TagClassName
{
border-color: #6B8751;
}
</style>