Shades of Dingley #69774A
Tints of Dingley #69774A
RGB
CMYK
RGB Variations
Color information
#69774A (or 0x69774A) is known color: Dingley. HEX triplet: 69, 77 and 4A. RGB value is (105,119,74). Sum of RGB (Red+Green+Blue) = 105+119+74=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #69774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69774A is #9688B5. Grayscale: #6D6D6D. Windows color (decimal): -9865398 or 4880233. OLE color: 4880233.
HSL color Cylindrical-coordinate representation of color #69774A: hue angle of 78.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69774A is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 119 | 74 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.53 |
| HSL | 78.67º | 0.23% | 0.38% | - |
| HSV(B) | 78.67º | 0.38% | 0.47% | - |
| XYZ | 13.66 | 16.69 | 8.98 | - |
| YUV | 109.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 74 | 0.12 | 0 | 0.38 | 0.53 | 78.67 | 0.23 | 0.38 |
| Hex | 69 | 77 | 4A | C | 0 | 26 | 35 | 4F | 17 | 26 |
| Octal | 151 | 167 | 112 | 14 | 0 | 46 | 65 | 117 | 27 | 46 |
| Binary | 1101001 | 1110111 | 1001010 | 1100 | 0 | 100110 | 110101 | 1001111 | 10111 | 100110 |
Color Harmonies of #69774A
Complementary color
Monochromatic Colors of #69774A
Black with #69774A
Text Example
Text Example
White with #69774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69774A; }
p { color: rgb(105,119,74); }
H1.HeaderClassName
{
color: #69774A;
}
.AnyTagClassName
{
color: #69774A;
}
</style>
background-color css
<style>
a { background-color: #69774A; }
a { background-color: rgb(105,119,74); }
div.DivClassName
{
background-color: #69774A;
}
.BgClassName
{
background-color: #69774A;
}
</style>
border-color css
<style>
span { border-color: #69774A; }
span { border-color: rgb(105,119,74); }
td.TdClassName
{
border-color: #69774A;
}
.TagClassName
{
border-color: #69774A;
}
</style>