Shades of Dingley #63734D
Tints of Dingley #63734D
RGB
CMYK
RGB Variations
Color information
#63734D (or 0x63734D) is known color: Dingley. HEX triplet: 63, 73 and 4D. RGB value is (99,115,77). Sum of RGB (Red+Green+Blue) = 99+115+77=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #63734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63734D is #9C8CB2. Grayscale: #6A6A6A. Windows color (decimal): -10259635 or 5075811. OLE color: 5075811.
HSL color Cylindrical-coordinate representation of color #63734D: hue angle of 85.26º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63734D is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 115 | 77 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.55 |
| HSL | 85.26º | 0.2% | 0.38% | - |
| HSV(B) | 85.26º | 0.33% | 0.45% | - |
| XYZ | 12.62 | 15.45 | 9.34 | - |
| YUV | 105.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 77 | 0.14 | 0 | 0.33 | 0.55 | 85.26 | 0.2 | 0.38 |
| Hex | 63 | 73 | 4D | E | 0 | 21 | 37 | 55 | 14 | 26 |
| Octal | 143 | 163 | 115 | 16 | 0 | 41 | 67 | 125 | 24 | 46 |
| Binary | 1100011 | 1110011 | 1001101 | 1110 | 0 | 100001 | 110111 | 1010101 | 10100 | 100110 |
Color Harmonies of #63734D
Complementary color
Monochromatic Colors of #63734D
Black with #63734D
Text Example
Text Example
White with #63734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63734D; }
p { color: rgb(99,115,77); }
H1.HeaderClassName
{
color: #63734D;
}
.AnyTagClassName
{
color: #63734D;
}
</style>
background-color css
<style>
a { background-color: #63734D; }
a { background-color: rgb(99,115,77); }
div.DivClassName
{
background-color: #63734D;
}
.BgClassName
{
background-color: #63734D;
}
</style>
border-color css
<style>
span { border-color: #63734D; }
span { border-color: rgb(99,115,77); }
td.TdClassName
{
border-color: #63734D;
}
.TagClassName
{
border-color: #63734D;
}
</style>