Shades of Dingley #63754D
Tints of Dingley #63754D
RGB
CMYK
RGB Variations
Color information
#63754D (or 0x63754D) is known color: Dingley. HEX triplet: 63, 75 and 4D. RGB value is (99,117,77). Sum of RGB (Red+Green+Blue) = 99+117+77=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #63754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63754D is #9C8AB2. Grayscale: #6B6B6B. Windows color (decimal): -10259123 or 5076323. OLE color: 5076323.
HSL color Cylindrical-coordinate representation of color #63754D: hue angle of 87º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63754D is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 117 | 77 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.54 |
| HSL | 87º | 0.21% | 0.38% | - |
| HSV(B) | 87º | 0.34% | 0.46% | - |
| XYZ | 12.85 | 15.91 | 9.42 | - |
| YUV | 107.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 77 | 0.15 | 0 | 0.34 | 0.54 | 87 | 0.21 | 0.38 |
| Hex | 63 | 75 | 4D | F | 0 | 22 | 36 | 57 | 15 | 26 |
| Octal | 143 | 165 | 115 | 17 | 0 | 42 | 66 | 127 | 25 | 46 |
| Binary | 1100011 | 1110101 | 1001101 | 1111 | 0 | 100010 | 110110 | 1010111 | 10101 | 100110 |
Color Harmonies of #63754D
Complementary color
Monochromatic Colors of #63754D
Black with #63754D
Text Example
Text Example
White with #63754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63754D; }
p { color: rgb(99,117,77); }
H1.HeaderClassName
{
color: #63754D;
}
.AnyTagClassName
{
color: #63754D;
}
</style>
background-color css
<style>
a { background-color: #63754D; }
a { background-color: rgb(99,117,77); }
div.DivClassName
{
background-color: #63754D;
}
.BgClassName
{
background-color: #63754D;
}
</style>
border-color css
<style>
span { border-color: #63754D; }
span { border-color: rgb(99,117,77); }
td.TdClassName
{
border-color: #63754D;
}
.TagClassName
{
border-color: #63754D;
}
</style>