Shades of Dingley #697B48
Tints of Dingley #697B48
RGB
CMYK
RGB Variations
Color information
#697B48 (or 0x697B48) is known color: Dingley. HEX triplet: 69, 7B and 48. RGB value is (105,123,72). Sum of RGB (Red+Green+Blue) = 105+123+72=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #697B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697B48 is #9684B7. Grayscale: #6F6F6F. Windows color (decimal): -9864376 or 4750185. OLE color: 4750185.
HSL color Cylindrical-coordinate representation of color #697B48: hue angle of 81.18º 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 #697B48 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 123 | 72 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.52 |
| HSL | 81.18º | 0.26% | 0.38% | - |
| HSV(B) | 81.18º | 0.41% | 0.48% | - |
| XYZ | 14.08 | 17.64 | 8.79 | - |
| YUV | 111.8 | 105.54 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 72 | 0.15 | 0 | 0.41 | 0.52 | 81.18 | 0.26 | 0.38 |
| Hex | 69 | 7B | 48 | F | 0 | 29 | 34 | 51 | 1A | 26 |
| Octal | 151 | 173 | 110 | 17 | 0 | 51 | 64 | 121 | 32 | 46 |
| Binary | 1101001 | 1111011 | 1001000 | 1111 | 0 | 101001 | 110100 | 1010001 | 11010 | 100110 |
Color Harmonies of #697B48
Complementary color
Monochromatic Colors of #697B48
Black with #697B48
Text Example
Text Example
White with #697B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B48; }
p { color: rgb(105,123,72); }
H1.HeaderClassName
{
color: #697B48;
}
.AnyTagClassName
{
color: #697B48;
}
</style>
background-color css
<style>
a { background-color: #697B48; }
a { background-color: rgb(105,123,72); }
div.DivClassName
{
background-color: #697B48;
}
.BgClassName
{
background-color: #697B48;
}
</style>
border-color css
<style>
span { border-color: #697B48; }
span { border-color: rgb(105,123,72); }
td.TdClassName
{
border-color: #697B48;
}
.TagClassName
{
border-color: #697B48;
}
</style>