Shades of Dingley #65744C
Tints of Dingley #65744C
RGB
CMYK
RGB Variations
Color information
#65744C (or 0x65744C) is known color: Dingley. HEX triplet: 65, 74 and 4C. RGB value is (101,116,76). Sum of RGB (Red+Green+Blue) = 101+116+76=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #65744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65744C is #9A8BB3. Grayscale: #6B6B6B. Windows color (decimal): -10128308 or 5010533. OLE color: 5010533.
HSL color Cylindrical-coordinate representation of color #65744C: hue angle of 82.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65744C is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 116 | 76 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.55 |
| HSL | 82.5º | 0.21% | 0.38% | - |
| HSV(B) | 82.5º | 0.34% | 0.45% | - |
| XYZ | 12.92 | 15.78 | 9.2 | - |
| YUV | 106.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 76 | 0.13 | 0 | 0.34 | 0.55 | 82.5 | 0.21 | 0.38 |
| Hex | 65 | 74 | 4C | D | 0 | 22 | 37 | 52 | 15 | 26 |
| Octal | 145 | 164 | 114 | 15 | 0 | 42 | 67 | 122 | 25 | 46 |
| Binary | 1100101 | 1110100 | 1001100 | 1101 | 0 | 100010 | 110111 | 1010010 | 10101 | 100110 |
Color Harmonies of #65744C
Complementary color
Monochromatic Colors of #65744C
Black with #65744C
Text Example
Text Example
White with #65744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65744C; }
p { color: rgb(101,116,76); }
H1.HeaderClassName
{
color: #65744C;
}
.AnyTagClassName
{
color: #65744C;
}
</style>
background-color css
<style>
a { background-color: #65744C; }
a { background-color: rgb(101,116,76); }
div.DivClassName
{
background-color: #65744C;
}
.BgClassName
{
background-color: #65744C;
}
</style>
border-color css
<style>
span { border-color: #65744C; }
span { border-color: rgb(101,116,76); }
td.TdClassName
{
border-color: #65744C;
}
.TagClassName
{
border-color: #65744C;
}
</style>