Shades of Dingley #62754E
Tints of Dingley #62754E
RGB
CMYK
RGB Variations
Color information
#62754E (or 0x62754E) is known color: Dingley. HEX triplet: 62, 75 and 4E. RGB value is (98,117,78). Sum of RGB (Red+Green+Blue) = 98+117+78=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #62754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62754E is #9D8AB1. Grayscale: #6B6B6B. Windows color (decimal): -10324658 or 5141858. OLE color: 5141858.
HSL color Cylindrical-coordinate representation of color #62754E: hue angle of 89.23º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62754E is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 117 | 78 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.54 |
| HSL | 89.23º | 0.2% | 0.38% | - |
| HSV(B) | 89.23º | 0.33% | 0.46% | - |
| XYZ | 12.77 | 15.87 | 9.6 | - |
| YUV | 106.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 78 | 0.16 | 0 | 0.33 | 0.54 | 89.23 | 0.2 | 0.38 |
| Hex | 62 | 75 | 4E | 10 | 0 | 21 | 36 | 59 | 14 | 26 |
| Octal | 142 | 165 | 116 | 20 | 0 | 41 | 66 | 131 | 24 | 46 |
| Binary | 1100010 | 1110101 | 1001110 | 10000 | 0 | 100001 | 110110 | 1011001 | 10100 | 100110 |
Color Harmonies of #62754E
Complementary color
Monochromatic Colors of #62754E
Black with #62754E
Text Example
Text Example
White with #62754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62754E; }
p { color: rgb(98,117,78); }
H1.HeaderClassName
{
color: #62754E;
}
.AnyTagClassName
{
color: #62754E;
}
</style>
background-color css
<style>
a { background-color: #62754E; }
a { background-color: rgb(98,117,78); }
div.DivClassName
{
background-color: #62754E;
}
.BgClassName
{
background-color: #62754E;
}
</style>
border-color css
<style>
span { border-color: #62754E; }
span { border-color: rgb(98,117,78); }
td.TdClassName
{
border-color: #62754E;
}
.TagClassName
{
border-color: #62754E;
}
</style>