Shades of Dingley #6B813B
Tints of Dingley #6B813B
RGB
CMYK
RGB Variations
Color information
#6B813B (or 0x6B813B) is known color: Dingley. HEX triplet: 6B, 81 and 3B. RGB value is (107,129,59). Sum of RGB (Red+Green+Blue) = 107+129+59=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #6B813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B813B is #947EC4. Grayscale: #727272. Windows color (decimal): -9731781 or 3899755. OLE color: 3899755.
HSL color Cylindrical-coordinate representation of color #6B813B: hue angle of 78.86º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B813B is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 59 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.49 |
| HSL | 78.86º | 0.37% | 0.37% | - |
| HSV(B) | 78.86º | 0.54% | 0.51% | - |
| XYZ | 14.7 | 19.14 | 7.06 | - |
| YUV | 114.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 59 | 0.17 | 0 | 0.54 | 0.49 | 78.86 | 0.37 | 0.37 |
| Hex | 6B | 81 | 3B | 11 | 0 | 36 | 31 | 4F | 25 | 25 |
| Octal | 153 | 201 | 73 | 21 | 0 | 66 | 61 | 117 | 45 | 45 |
| Binary | 1101011 | 10000001 | 111011 | 10001 | 0 | 110110 | 110001 | 1001111 | 100101 | 100101 |
Color Harmonies of #6B813B
Complementary color
Monochromatic Colors of #6B813B
Black with #6B813B
Text Example
Text Example
White with #6B813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B813B; }
p { color: rgb(107,129,59); }
H1.HeaderClassName
{
color: #6B813B;
}
.AnyTagClassName
{
color: #6B813B;
}
</style>
background-color css
<style>
a { background-color: #6B813B; }
a { background-color: rgb(107,129,59); }
div.DivClassName
{
background-color: #6B813B;
}
.BgClassName
{
background-color: #6B813B;
}
</style>
border-color css
<style>
span { border-color: #6B813B; }
span { border-color: rgb(107,129,59); }
td.TdClassName
{
border-color: #6B813B;
}
.TagClassName
{
border-color: #6B813B;
}
</style>