Shades of Dingley #62734E
Tints of Dingley #62734E
RGB
CMYK
RGB Variations
Color information
#62734E (or 0x62734E) is known color: Dingley. HEX triplet: 62, 73 and 4E. RGB value is (98,115,78). Sum of RGB (Red+Green+Blue) = 98+115+78=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #62734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62734E is #9D8CB1. Grayscale: #696969. Windows color (decimal): -10325170 or 5141346. OLE color: 5141346.
HSL color Cylindrical-coordinate representation of color #62734E: hue angle of 87.57º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62734E is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 115 | 78 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.55 |
| HSL | 87.57º | 0.19% | 0.38% | - |
| HSV(B) | 87.57º | 0.32% | 0.45% | - |
| XYZ | 12.54 | 15.41 | 9.52 | - |
| YUV | 105.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 78 | 0.15 | 0 | 0.32 | 0.55 | 87.57 | 0.19 | 0.38 |
| Hex | 62 | 73 | 4E | F | 0 | 20 | 37 | 58 | 13 | 26 |
| Octal | 142 | 163 | 116 | 17 | 0 | 40 | 67 | 130 | 23 | 46 |
| Binary | 1100010 | 1110011 | 1001110 | 1111 | 0 | 100000 | 110111 | 1011000 | 10011 | 100110 |
Color Harmonies of #62734E
Complementary color
Monochromatic Colors of #62734E
Black with #62734E
Text Example
Text Example
White with #62734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62734E; }
p { color: rgb(98,115,78); }
H1.HeaderClassName
{
color: #62734E;
}
.AnyTagClassName
{
color: #62734E;
}
</style>
background-color css
<style>
a { background-color: #62734E; }
a { background-color: rgb(98,115,78); }
div.DivClassName
{
background-color: #62734E;
}
.BgClassName
{
background-color: #62734E;
}
</style>
border-color css
<style>
span { border-color: #62734E; }
span { border-color: rgb(98,115,78); }
td.TdClassName
{
border-color: #62734E;
}
.TagClassName
{
border-color: #62734E;
}
</style>