Shades of Dingley #6B8150
Tints of Dingley #6B8150
RGB
CMYK
RGB Variations
Color information
#6B8150 (or 0x6B8150) is known color: Dingley. HEX triplet: 6B, 81 and 50. RGB value is (107,129,80). Sum of RGB (Red+Green+Blue) = 107+129+80=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #6B8150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8150 is #947EAF. Grayscale: #757575. Windows color (decimal): -9731760 or 5276011. OLE color: 5276011.
HSL color Cylindrical-coordinate representation of color #6B8150: hue angle of 86.94º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B8150 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 80 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.49 |
| HSL | 86.94º | 0.23% | 0.41% | - |
| HSV(B) | 86.94º | 0.38% | 0.51% | - |
| XYZ | 15.36 | 19.41 | 10.53 | - |
| YUV | 116.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 80 | 0.17 | 0 | 0.38 | 0.49 | 86.94 | 0.23 | 0.41 |
| Hex | 6B | 81 | 50 | 11 | 0 | 26 | 31 | 57 | 17 | 29 |
| Octal | 153 | 201 | 120 | 21 | 0 | 46 | 61 | 127 | 27 | 51 |
| Binary | 1101011 | 10000001 | 1010000 | 10001 | 0 | 100110 | 110001 | 1010111 | 10111 | 101001 |
Color Harmonies of #6B8150
Complementary color
Monochromatic Colors of #6B8150
Black with #6B8150
Text Example
Text Example
White with #6B8150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8150; }
p { color: rgb(107,129,80); }
H1.HeaderClassName
{
color: #6B8150;
}
.AnyTagClassName
{
color: #6B8150;
}
</style>
background-color css
<style>
a { background-color: #6B8150; }
a { background-color: rgb(107,129,80); }
div.DivClassName
{
background-color: #6B8150;
}
.BgClassName
{
background-color: #6B8150;
}
</style>
border-color css
<style>
span { border-color: #6B8150; }
span { border-color: rgb(107,129,80); }
td.TdClassName
{
border-color: #6B8150;
}
.TagClassName
{
border-color: #6B8150;
}
</style>