Shades of Dingley #62734D
Tints of Dingley #62734D
RGB
CMYK
RGB Variations
Color information
#62734D (or 0x62734D) is known color: Dingley. HEX triplet: 62, 73 and 4D. RGB value is (98,115,77). Sum of RGB (Red+Green+Blue) = 98+115+77=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #62734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62734D is #9D8CB2. Grayscale: #696969. Windows color (decimal): -10325171 or 5075810. OLE color: 5075810.
HSL color Cylindrical-coordinate representation of color #62734D: hue angle of 86.84º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62734D is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 115 | 77 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.55 |
| HSL | 86.84º | 0.2% | 0.38% | - |
| HSV(B) | 86.84º | 0.33% | 0.45% | - |
| XYZ | 12.51 | 15.39 | 9.33 | - |
| YUV | 105.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 77 | 0.15 | 0 | 0.33 | 0.55 | 86.84 | 0.2 | 0.38 |
| Hex | 62 | 73 | 4D | F | 0 | 21 | 37 | 57 | 14 | 26 |
| Octal | 142 | 163 | 115 | 17 | 0 | 41 | 67 | 127 | 24 | 46 |
| Binary | 1100010 | 1110011 | 1001101 | 1111 | 0 | 100001 | 110111 | 1010111 | 10100 | 100110 |
Color Harmonies of #62734D
Complementary color
Monochromatic Colors of #62734D
Black with #62734D
Text Example
Text Example
White with #62734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62734D; }
p { color: rgb(98,115,77); }
H1.HeaderClassName
{
color: #62734D;
}
.AnyTagClassName
{
color: #62734D;
}
</style>
background-color css
<style>
a { background-color: #62734D; }
a { background-color: rgb(98,115,77); }
div.DivClassName
{
background-color: #62734D;
}
.BgClassName
{
background-color: #62734D;
}
</style>
border-color css
<style>
span { border-color: #62734D; }
span { border-color: rgb(98,115,77); }
td.TdClassName
{
border-color: #62734D;
}
.TagClassName
{
border-color: #62734D;
}
</style>