Shades of Dingley #63734E
Tints of Dingley #63734E
RGB
CMYK
RGB Variations
Color information
#63734E (or 0x63734E) is known color: Dingley. HEX triplet: 63, 73 and 4E. RGB value is (99,115,78). Sum of RGB (Red+Green+Blue) = 99+115+78=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #63734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63734E is #9C8CB1. Grayscale: #6A6A6A. Windows color (decimal): -10259634 or 5141347. OLE color: 5141347.
HSL color Cylindrical-coordinate representation of color #63734E: hue angle of 85.95º 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 #63734E is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 115 | 78 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.55 |
| HSL | 85.95º | 0.19% | 0.38% | - |
| HSV(B) | 85.95º | 0.32% | 0.45% | - |
| XYZ | 12.65 | 15.46 | 9.53 | - |
| YUV | 106 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 78 | 0.14 | 0 | 0.32 | 0.55 | 85.95 | 0.19 | 0.38 |
| Hex | 63 | 73 | 4E | E | 0 | 20 | 37 | 56 | 13 | 26 |
| Octal | 143 | 163 | 116 | 16 | 0 | 40 | 67 | 126 | 23 | 46 |
| Binary | 1100011 | 1110011 | 1001110 | 1110 | 0 | 100000 | 110111 | 1010110 | 10011 | 100110 |
Color Harmonies of #63734E
Complementary color
Monochromatic Colors of #63734E
Black with #63734E
Text Example
Text Example
White with #63734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63734E; }
p { color: rgb(99,115,78); }
H1.HeaderClassName
{
color: #63734E;
}
.AnyTagClassName
{
color: #63734E;
}
</style>
background-color css
<style>
a { background-color: #63734E; }
a { background-color: rgb(99,115,78); }
div.DivClassName
{
background-color: #63734E;
}
.BgClassName
{
background-color: #63734E;
}
</style>
border-color css
<style>
span { border-color: #63734E; }
span { border-color: rgb(99,115,78); }
td.TdClassName
{
border-color: #63734E;
}
.TagClassName
{
border-color: #63734E;
}
</style>