Shades of Dingley #6B7A48
Tints of Dingley #6B7A48
RGB
CMYK
RGB Variations
Color information
#6B7A48 (or 0x6B7A48) is known color: Dingley. HEX triplet: 6B, 7A and 48. RGB value is (107,122,72). Sum of RGB (Red+Green+Blue) = 107+122+72=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7A48 is #9485B7. Grayscale: #6F6F6F. Windows color (decimal): -9733560 or 4749931. OLE color: 4749931.
HSL color Cylindrical-coordinate representation of color #6B7A48: hue angle of 78º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B7A48 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 72 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.52 |
| HSL | 78º | 0.26% | 0.38% | - |
| HSV(B) | 78º | 0.41% | 0.48% | - |
| XYZ | 14.19 | 17.51 | 8.76 | - |
| YUV | 111.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 72 | 0.12 | 0 | 0.41 | 0.52 | 78 | 0.26 | 0.38 |
| Hex | 6B | 7A | 48 | C | 0 | 29 | 34 | 4E | 1A | 26 |
| Octal | 153 | 172 | 110 | 14 | 0 | 51 | 64 | 116 | 32 | 46 |
| Binary | 1101011 | 1111010 | 1001000 | 1100 | 0 | 101001 | 110100 | 1001110 | 11010 | 100110 |
Color Harmonies of #6B7A48
Complementary color
Monochromatic Colors of #6B7A48
Black with #6B7A48
Text Example
Text Example
White with #6B7A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A48; }
p { color: rgb(107,122,72); }
H1.HeaderClassName
{
color: #6B7A48;
}
.AnyTagClassName
{
color: #6B7A48;
}
</style>
background-color css
<style>
a { background-color: #6B7A48; }
a { background-color: rgb(107,122,72); }
div.DivClassName
{
background-color: #6B7A48;
}
.BgClassName
{
background-color: #6B7A48;
}
</style>
border-color css
<style>
span { border-color: #6B7A48; }
span { border-color: rgb(107,122,72); }
td.TdClassName
{
border-color: #6B7A48;
}
.TagClassName
{
border-color: #6B7A48;
}
</style>