Shades of Dingley #637D4C
Tints of Dingley #637D4C
RGB
CMYK
RGB Variations
Color information
#637D4C (or 0x637D4C) is known color: Dingley. HEX triplet: 63, 7D and 4C. RGB value is (99,125,76). Sum of RGB (Red+Green+Blue) = 99+125+76=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 125 - color contains mainly: green. Hex color #637D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637D4C is #9C82B3. Grayscale: #6F6F6F. Windows color (decimal): -10257076 or 5012835. OLE color: 5012835.
HSL color Cylindrical-coordinate representation of color #637D4C: hue angle of 91.84º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #637D4C is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 125 | 76 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.51 |
| HSL | 91.84º | 0.24% | 0.39% | - |
| HSV(B) | 91.84º | 0.39% | 0.49% | - |
| XYZ | 13.78 | 17.84 | 9.55 | - |
| YUV | 111.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 125 | 76 | 0.21 | 0 | 0.39 | 0.51 | 91.84 | 0.24 | 0.39 |
| Hex | 63 | 7D | 4C | 15 | 0 | 27 | 33 | 5C | 18 | 27 |
| Octal | 143 | 175 | 114 | 25 | 0 | 47 | 63 | 134 | 30 | 47 |
| Binary | 1100011 | 1111101 | 1001100 | 10101 | 0 | 100111 | 110011 | 1011100 | 11000 | 100111 |
Color Harmonies of #637D4C
Complementary color
Monochromatic Colors of #637D4C
Black with #637D4C
Text Example
Text Example
White with #637D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637D4C; }
p { color: rgb(99,125,76); }
H1.HeaderClassName
{
color: #637D4C;
}
.AnyTagClassName
{
color: #637D4C;
}
</style>
background-color css
<style>
a { background-color: #637D4C; }
a { background-color: rgb(99,125,76); }
div.DivClassName
{
background-color: #637D4C;
}
.BgClassName
{
background-color: #637D4C;
}
</style>
border-color css
<style>
span { border-color: #637D4C; }
span { border-color: rgb(99,125,76); }
td.TdClassName
{
border-color: #637D4C;
}
.TagClassName
{
border-color: #637D4C;
}
</style>