Shades of Dingley #637B48
Tints of Dingley #637B48
RGB
CMYK
RGB Variations
Color information
#637B48 (or 0x637B48) is known color: Dingley. HEX triplet: 63, 7B and 48. RGB value is (99,123,72). Sum of RGB (Red+Green+Blue) = 99+123+72=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 123 - color contains mainly: green. Hex color #637B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637B48 is #9C84B7. Grayscale: #6E6E6E. Windows color (decimal): -10257592 or 4750179. OLE color: 4750179.
HSL color Cylindrical-coordinate representation of color #637B48: hue angle of 88.24º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #637B48 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 123 | 72 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.52 |
| HSL | 88.24º | 0.26% | 0.38% | - |
| HSV(B) | 88.24º | 0.41% | 0.48% | - |
| XYZ | 13.4 | 17.29 | 8.76 | - |
| YUV | 110.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 123 | 72 | 0.20 | 0 | 0.41 | 0.52 | 88.24 | 0.26 | 0.38 |
| Hex | 63 | 7B | 48 | 14 | 0 | 29 | 34 | 58 | 1A | 26 |
| Octal | 143 | 173 | 110 | 24 | 0 | 51 | 64 | 130 | 32 | 46 |
| Binary | 1100011 | 1111011 | 1001000 | 10100 | 0 | 101001 | 110100 | 1011000 | 11010 | 100110 |
Color Harmonies of #637B48
Complementary color
Monochromatic Colors of #637B48
Black with #637B48
Text Example
Text Example
White with #637B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637B48; }
p { color: rgb(99,123,72); }
H1.HeaderClassName
{
color: #637B48;
}
.AnyTagClassName
{
color: #637B48;
}
</style>
background-color css
<style>
a { background-color: #637B48; }
a { background-color: rgb(99,123,72); }
div.DivClassName
{
background-color: #637B48;
}
.BgClassName
{
background-color: #637B48;
}
</style>
border-color css
<style>
span { border-color: #637B48; }
span { border-color: rgb(99,123,72); }
td.TdClassName
{
border-color: #637B48;
}
.TagClassName
{
border-color: #637B48;
}
</style>