Shades of Dingley #63744B
Tints of Dingley #63744B
RGB
CMYK
RGB Variations
Color information
#63744B (or 0x63744B) is known color: Dingley. HEX triplet: 63, 74 and 4B. RGB value is (99,116,75). Sum of RGB (Red+Green+Blue) = 99+116+75=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #63744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63744B is #9C8BB4. Grayscale: #6A6A6A. Windows color (decimal): -10259381 or 4944995. OLE color: 4944995.
HSL color Cylindrical-coordinate representation of color #63744B: hue angle of 84.88º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63744B is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 116 | 75 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.55 |
| HSL | 84.88º | 0.21% | 0.37% | - |
| HSV(B) | 84.88º | 0.35% | 0.45% | - |
| XYZ | 12.66 | 15.65 | 9.01 | - |
| YUV | 106.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 116 | 75 | 0.15 | 0 | 0.35 | 0.55 | 84.88 | 0.21 | 0.37 |
| Hex | 63 | 74 | 4B | F | 0 | 23 | 37 | 55 | 15 | 25 |
| Octal | 143 | 164 | 113 | 17 | 0 | 43 | 67 | 125 | 25 | 45 |
| Binary | 1100011 | 1110100 | 1001011 | 1111 | 0 | 100011 | 110111 | 1010101 | 10101 | 100101 |
Color Harmonies of #63744B
Complementary color
Monochromatic Colors of #63744B
Black with #63744B
Text Example
Text Example
White with #63744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63744B; }
p { color: rgb(99,116,75); }
H1.HeaderClassName
{
color: #63744B;
}
.AnyTagClassName
{
color: #63744B;
}
</style>
background-color css
<style>
a { background-color: #63744B; }
a { background-color: rgb(99,116,75); }
div.DivClassName
{
background-color: #63744B;
}
.BgClassName
{
background-color: #63744B;
}
</style>
border-color css
<style>
span { border-color: #63744B; }
span { border-color: rgb(99,116,75); }
td.TdClassName
{
border-color: #63744B;
}
.TagClassName
{
border-color: #63744B;
}
</style>