Shades of Dingley #6B7A4A
Tints of Dingley #6B7A4A
RGB
CMYK
RGB Variations
Color information
#6B7A4A (or 0x6B7A4A) is known color: Dingley. HEX triplet: 6B, 7A and 4A. RGB value is (107,122,74). Sum of RGB (Red+Green+Blue) = 107+122+74=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7A4A is #9485B5. Grayscale: #707070. Windows color (decimal): -9733558 or 4881003. OLE color: 4881003.
HSL color Cylindrical-coordinate representation of color #6B7A4A: hue angle of 78.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B7A4A is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 74 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.52 |
| HSL | 78.75º | 0.24% | 0.38% | - |
| HSV(B) | 78.75º | 0.39% | 0.48% | - |
| XYZ | 14.26 | 17.54 | 9.11 | - |
| YUV | 112.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 74 | 0.12 | 0 | 0.39 | 0.52 | 78.75 | 0.24 | 0.38 |
| Hex | 6B | 7A | 4A | C | 0 | 27 | 34 | 4F | 18 | 26 |
| Octal | 153 | 172 | 112 | 14 | 0 | 47 | 64 | 117 | 30 | 46 |
| Binary | 1101011 | 1111010 | 1001010 | 1100 | 0 | 100111 | 110100 | 1001111 | 11000 | 100110 |
Color Harmonies of #6B7A4A
Complementary color
Monochromatic Colors of #6B7A4A
Black with #6B7A4A
Text Example
Text Example
White with #6B7A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A4A; }
p { color: rgb(107,122,74); }
H1.HeaderClassName
{
color: #6B7A4A;
}
.AnyTagClassName
{
color: #6B7A4A;
}
</style>
background-color css
<style>
a { background-color: #6B7A4A; }
a { background-color: rgb(107,122,74); }
div.DivClassName
{
background-color: #6B7A4A;
}
.BgClassName
{
background-color: #6B7A4A;
}
</style>
border-color css
<style>
span { border-color: #6B7A4A; }
span { border-color: rgb(107,122,74); }
td.TdClassName
{
border-color: #6B7A4A;
}
.TagClassName
{
border-color: #6B7A4A;
}
</style>