Shades of Dingley #63784C
Tints of Dingley #63784C
RGB
CMYK
RGB Variations
Color information
#63784C (or 0x63784C) is known color: Dingley. HEX triplet: 63, 78 and 4C. RGB value is (99,120,76). Sum of RGB (Red+Green+Blue) = 99+120+76=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #63784C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63784C is #9C87B3. Grayscale: #6C6C6C. Windows color (decimal): -10258356 or 5011555. OLE color: 5011555.
HSL color Cylindrical-coordinate representation of color #63784C: hue angle of 88.64º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63784C is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 120 | 76 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.53 |
| HSL | 88.64º | 0.22% | 0.38% | - |
| HSV(B) | 88.64º | 0.37% | 0.47% | - |
| XYZ | 13.17 | 16.61 | 9.35 | - |
| YUV | 108.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 120 | 76 | 0.17 | 0 | 0.37 | 0.53 | 88.64 | 0.22 | 0.38 |
| Hex | 63 | 78 | 4C | 11 | 0 | 25 | 35 | 59 | 16 | 26 |
| Octal | 143 | 170 | 114 | 21 | 0 | 45 | 65 | 131 | 26 | 46 |
| Binary | 1100011 | 1111000 | 1001100 | 10001 | 0 | 100101 | 110101 | 1011001 | 10110 | 100110 |
Color Harmonies of #63784C
Complementary color
Monochromatic Colors of #63784C
Black with #63784C
Text Example
Text Example
White with #63784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63784C; }
p { color: rgb(99,120,76); }
H1.HeaderClassName
{
color: #63784C;
}
.AnyTagClassName
{
color: #63784C;
}
</style>
background-color css
<style>
a { background-color: #63784C; }
a { background-color: rgb(99,120,76); }
div.DivClassName
{
background-color: #63784C;
}
.BgClassName
{
background-color: #63784C;
}
</style>
border-color css
<style>
span { border-color: #63784C; }
span { border-color: rgb(99,120,76); }
td.TdClassName
{
border-color: #63784C;
}
.TagClassName
{
border-color: #63784C;
}
</style>