Shades of Dingley #649145
Tints of Dingley #649145
RGB
CMYK
RGB Variations
Color information
#649145 (or 0x649145) is known color: Dingley. HEX triplet: 64, 91 and 45. RGB value is (100,145,69). Sum of RGB (Red+Green+Blue) = 100+145+69=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #649145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649145 is #9B6EBA. Grayscale: #7B7B7B. Windows color (decimal): -10186427 or 4559204. OLE color: 4559204.
HSL color Cylindrical-coordinate representation of color #649145: hue angle of 95.53º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #649145 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 69 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.43 |
| HSL | 95.53º | 0.36% | 0.42% | - |
| HSV(B) | 95.53º | 0.52% | 0.57% | - |
| XYZ | 16.46 | 23.39 | 9.28 | - |
| YUV | 122.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 69 | 0.31 | 0 | 0.52 | 0.43 | 95.53 | 0.36 | 0.42 |
| Hex | 64 | 91 | 45 | 1F | 0 | 34 | 2B | 60 | 24 | 2A |
| Octal | 144 | 221 | 105 | 37 | 0 | 64 | 53 | 140 | 44 | 52 |
| Binary | 1100100 | 10010001 | 1000101 | 11111 | 0 | 110100 | 101011 | 1100000 | 100100 | 101010 |
Color Harmonies of #649145
Complementary color
Monochromatic Colors of #649145
Black with #649145
Text Example
Text Example
White with #649145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649145; }
p { color: rgb(100,145,69); }
H1.HeaderClassName
{
color: #649145;
}
.AnyTagClassName
{
color: #649145;
}
</style>
background-color css
<style>
a { background-color: #649145; }
a { background-color: rgb(100,145,69); }
div.DivClassName
{
background-color: #649145;
}
.BgClassName
{
background-color: #649145;
}
</style>
border-color css
<style>
span { border-color: #649145; }
span { border-color: rgb(100,145,69); }
td.TdClassName
{
border-color: #649145;
}
.TagClassName
{
border-color: #649145;
}
</style>