Shades of Dingley #6B813C
Tints of Dingley #6B813C
RGB
CMYK
RGB Variations
Color information
#6B813C (or 0x6B813C) is known color: Dingley. HEX triplet: 6B, 81 and 3C. RGB value is (107,129,60). Sum of RGB (Red+Green+Blue) = 107+129+60=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #6B813C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B813C is #947EC3. Grayscale: #727272. Windows color (decimal): -9731780 or 3965291. OLE color: 3965291.
HSL color Cylindrical-coordinate representation of color #6B813C: hue angle of 79.13º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B813C is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 60 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.49 |
| HSL | 79.13º | 0.37% | 0.37% | - |
| HSV(B) | 79.13º | 0.53% | 0.51% | - |
| XYZ | 14.73 | 19.15 | 7.2 | - |
| YUV | 114.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 60 | 0.17 | 0 | 0.53 | 0.49 | 79.13 | 0.37 | 0.37 |
| Hex | 6B | 81 | 3C | 11 | 0 | 35 | 31 | 4F | 25 | 25 |
| Octal | 153 | 201 | 74 | 21 | 0 | 65 | 61 | 117 | 45 | 45 |
| Binary | 1101011 | 10000001 | 111100 | 10001 | 0 | 110101 | 110001 | 1001111 | 100101 | 100101 |
Color Harmonies of #6B813C
Complementary color
Monochromatic Colors of #6B813C
Black with #6B813C
Text Example
Text Example
White with #6B813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B813C; }
p { color: rgb(107,129,60); }
H1.HeaderClassName
{
color: #6B813C;
}
.AnyTagClassName
{
color: #6B813C;
}
</style>
background-color css
<style>
a { background-color: #6B813C; }
a { background-color: rgb(107,129,60); }
div.DivClassName
{
background-color: #6B813C;
}
.BgClassName
{
background-color: #6B813C;
}
</style>
border-color css
<style>
span { border-color: #6B813C; }
span { border-color: rgb(107,129,60); }
td.TdClassName
{
border-color: #6B813C;
}
.TagClassName
{
border-color: #6B813C;
}
</style>