Shades of Dingley #657B42
Tints of Dingley #657B42
RGB
CMYK
RGB Variations
Color information
#657B42 (or 0x657B42) is known color: Dingley. HEX triplet: 65, 7B and 42. RGB value is (101,123,66). Sum of RGB (Red+Green+Blue) = 101+123+66=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #657B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657B42 is #9A84BD. Grayscale: #6E6E6E. Windows color (decimal): -10126526 or 4356965. OLE color: 4356965.
HSL color Cylindrical-coordinate representation of color #657B42: hue angle of 83.16º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #657B42 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 123 | 66 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.52 |
| HSL | 83.16º | 0.3% | 0.37% | - |
| HSV(B) | 83.16º | 0.46% | 0.48% | - |
| XYZ | 13.43 | 17.33 | 7.79 | - |
| YUV | 109.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 66 | 0.18 | 0 | 0.46 | 0.52 | 83.16 | 0.3 | 0.37 |
| Hex | 65 | 7B | 42 | 12 | 0 | 2E | 34 | 53 | 1E | 25 |
| Octal | 145 | 173 | 102 | 22 | 0 | 56 | 64 | 123 | 36 | 45 |
| Binary | 1100101 | 1111011 | 1000010 | 10010 | 0 | 101110 | 110100 | 1010011 | 11110 | 100101 |
Color Harmonies of #657B42
Complementary color
Monochromatic Colors of #657B42
Black with #657B42
Text Example
Text Example
White with #657B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657B42; }
p { color: rgb(101,123,66); }
H1.HeaderClassName
{
color: #657B42;
}
.AnyTagClassName
{
color: #657B42;
}
</style>
background-color css
<style>
a { background-color: #657B42; }
a { background-color: rgb(101,123,66); }
div.DivClassName
{
background-color: #657B42;
}
.BgClassName
{
background-color: #657B42;
}
</style>
border-color css
<style>
span { border-color: #657B42; }
span { border-color: rgb(101,123,66); }
td.TdClassName
{
border-color: #657B42;
}
.TagClassName
{
border-color: #657B42;
}
</style>