Shades of Dingley #657945
Tints of Dingley #657945
RGB
CMYK
RGB Variations
Color information
#657945 (or 0x657945) is known color: Dingley. HEX triplet: 65, 79 and 45. RGB value is (101,121,69). Sum of RGB (Red+Green+Blue) = 101+121+69=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #657945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657945 is #9A86BA. Grayscale: #6D6D6D. Windows color (decimal): -10127035 or 4553061. OLE color: 4553061.
HSL color Cylindrical-coordinate representation of color #657945: hue angle of 83.08º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #657945 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 121 | 69 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.53 |
| HSL | 83.08º | 0.27% | 0.37% | - |
| HSV(B) | 83.08º | 0.43% | 0.47% | - |
| XYZ | 13.28 | 16.87 | 8.19 | - |
| YUV | 109.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 69 | 0.17 | 0 | 0.43 | 0.53 | 83.08 | 0.27 | 0.37 |
| Hex | 65 | 79 | 45 | 11 | 0 | 2B | 35 | 53 | 1B | 25 |
| Octal | 145 | 171 | 105 | 21 | 0 | 53 | 65 | 123 | 33 | 45 |
| Binary | 1100101 | 1111001 | 1000101 | 10001 | 0 | 101011 | 110101 | 1010011 | 11011 | 100101 |
Color Harmonies of #657945
Complementary color
Monochromatic Colors of #657945
Black with #657945
Text Example
Text Example
White with #657945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657945; }
p { color: rgb(101,121,69); }
H1.HeaderClassName
{
color: #657945;
}
.AnyTagClassName
{
color: #657945;
}
</style>
background-color css
<style>
a { background-color: #657945; }
a { background-color: rgb(101,121,69); }
div.DivClassName
{
background-color: #657945;
}
.BgClassName
{
background-color: #657945;
}
</style>
border-color css
<style>
span { border-color: #657945; }
span { border-color: rgb(101,121,69); }
td.TdClassName
{
border-color: #657945;
}
.TagClassName
{
border-color: #657945;
}
</style>