Shades of Dingley #6B8652
Tints of Dingley #6B8652
RGB
CMYK
RGB Variations
Color information
#6B8652 (or 0x6B8652) is known color: Dingley. HEX triplet: 6B, 86 and 52. RGB value is (107,134,82). Sum of RGB (Red+Green+Blue) = 107+134+82=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8652 is #9479AD. Grayscale: #787878. Windows color (decimal): -9730478 or 5408363. OLE color: 5408363.
HSL color Cylindrical-coordinate representation of color #6B8652: hue angle of 91.15º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B8652 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 134 | 82 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.47 |
| HSL | 91.15º | 0.24% | 0.42% | - |
| HSV(B) | 91.15º | 0.39% | 0.53% | - |
| XYZ | 16.11 | 20.79 | 11.15 | - |
| YUV | 120 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 82 | 0.20 | 0 | 0.39 | 0.47 | 91.15 | 0.24 | 0.42 |
| Hex | 6B | 86 | 52 | 14 | 0 | 27 | 2F | 5B | 18 | 2A |
| Octal | 153 | 206 | 122 | 24 | 0 | 47 | 57 | 133 | 30 | 52 |
| Binary | 1101011 | 10000110 | 1010010 | 10100 | 0 | 100111 | 101111 | 1011011 | 11000 | 101010 |
Color Harmonies of #6B8652
Complementary color
Monochromatic Colors of #6B8652
Black with #6B8652
Text Example
Text Example
White with #6B8652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8652; }
p { color: rgb(107,134,82); }
H1.HeaderClassName
{
color: #6B8652;
}
.AnyTagClassName
{
color: #6B8652;
}
</style>
background-color css
<style>
a { background-color: #6B8652; }
a { background-color: rgb(107,134,82); }
div.DivClassName
{
background-color: #6B8652;
}
.BgClassName
{
background-color: #6B8652;
}
</style>
border-color css
<style>
span { border-color: #6B8652; }
span { border-color: rgb(107,134,82); }
td.TdClassName
{
border-color: #6B8652;
}
.TagClassName
{
border-color: #6B8652;
}
</style>