Shades of Dingley #62744C
Tints of Dingley #62744C
RGB
CMYK
RGB Variations
Color information
#62744C (or 0x62744C) is known color: Dingley. HEX triplet: 62, 74 and 4C. RGB value is (98,116,76). Sum of RGB (Red+Green+Blue) = 98+116+76=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #62744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62744C is #9D8BB3. Grayscale: #6A6A6A. Windows color (decimal): -10324916 or 5010530. OLE color: 5010530.
HSL color Cylindrical-coordinate representation of color #62744C: hue angle of 87º 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 #62744C is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 116 | 76 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.55 |
| HSL | 87º | 0.21% | 0.38% | - |
| HSV(B) | 87º | 0.34% | 0.45% | - |
| XYZ | 12.59 | 15.61 | 9.19 | - |
| YUV | 106.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 76 | 0.16 | 0 | 0.34 | 0.55 | 87 | 0.21 | 0.38 |
| Hex | 62 | 74 | 4C | 10 | 0 | 22 | 37 | 57 | 15 | 26 |
| Octal | 142 | 164 | 114 | 20 | 0 | 42 | 67 | 127 | 25 | 46 |
| Binary | 1100010 | 1110100 | 1001100 | 10000 | 0 | 100010 | 110111 | 1010111 | 10101 | 100110 |
Color Harmonies of #62744C
Complementary color
Monochromatic Colors of #62744C
Black with #62744C
Text Example
Text Example
White with #62744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62744C; }
p { color: rgb(98,116,76); }
H1.HeaderClassName
{
color: #62744C;
}
.AnyTagClassName
{
color: #62744C;
}
</style>
background-color css
<style>
a { background-color: #62744C; }
a { background-color: rgb(98,116,76); }
div.DivClassName
{
background-color: #62744C;
}
.BgClassName
{
background-color: #62744C;
}
</style>
border-color css
<style>
span { border-color: #62744C; }
span { border-color: rgb(98,116,76); }
td.TdClassName
{
border-color: #62744C;
}
.TagClassName
{
border-color: #62744C;
}
</style>