Shades of Dingley #63734F
Tints of Dingley #63734F
RGB
CMYK
RGB Variations
Color information
#63734F (or 0x63734F) is known color: Dingley. HEX triplet: 63, 73 and 4F. RGB value is (99,115,79). Sum of RGB (Red+Green+Blue) = 99+115+79=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #63734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63734F is #9C8CB0. Grayscale: #6A6A6A. Windows color (decimal): -10259633 or 5206883. OLE color: 5206883.
HSL color Cylindrical-coordinate representation of color #63734F: hue angle of 86.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63734F is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 115 | 79 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.55 |
| HSL | 86.67º | 0.19% | 0.38% | - |
| HSV(B) | 86.67º | 0.31% | 0.45% | - |
| XYZ | 12.69 | 15.48 | 9.72 | - |
| YUV | 106.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 79 | 0.14 | 0 | 0.31 | 0.55 | 86.67 | 0.19 | 0.38 |
| Hex | 63 | 73 | 4F | E | 0 | 1F | 37 | 57 | 13 | 26 |
| Octal | 143 | 163 | 117 | 16 | 0 | 37 | 67 | 127 | 23 | 46 |
| Binary | 1100011 | 1110011 | 1001111 | 1110 | 0 | 11111 | 110111 | 1010111 | 10011 | 100110 |
Color Harmonies of #63734F
Complementary color
Monochromatic Colors of #63734F
Black with #63734F
Text Example
Text Example
White with #63734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63734F; }
p { color: rgb(99,115,79); }
H1.HeaderClassName
{
color: #63734F;
}
.AnyTagClassName
{
color: #63734F;
}
</style>
background-color css
<style>
a { background-color: #63734F; }
a { background-color: rgb(99,115,79); }
div.DivClassName
{
background-color: #63734F;
}
.BgClassName
{
background-color: #63734F;
}
</style>
border-color css
<style>
span { border-color: #63734F; }
span { border-color: rgb(99,115,79); }
td.TdClassName
{
border-color: #63734F;
}
.TagClassName
{
border-color: #63734F;
}
</style>