Shades of Dingley #63764F
Tints of Dingley #63764F
RGB
CMYK
RGB Variations
Color information
#63764F (or 0x63764F) is known color: Dingley. HEX triplet: 63, 76 and 4F. RGB value is (99,118,79). Sum of RGB (Red+Green+Blue) = 99+118+79=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #63764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63764F is #9C89B0. Grayscale: #6C6C6C. Windows color (decimal): -10258865 or 5207651. OLE color: 5207651.
HSL color Cylindrical-coordinate representation of color #63764F: hue angle of 89.23º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63764F is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 118 | 79 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.54 |
| HSL | 89.23º | 0.2% | 0.39% | - |
| HSV(B) | 89.23º | 0.33% | 0.46% | - |
| XYZ | 13.04 | 16.17 | 9.83 | - |
| YUV | 107.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 79 | 0.16 | 0 | 0.33 | 0.54 | 89.23 | 0.2 | 0.39 |
| Hex | 63 | 76 | 4F | 10 | 0 | 21 | 36 | 59 | 14 | 27 |
| Octal | 143 | 166 | 117 | 20 | 0 | 41 | 66 | 131 | 24 | 47 |
| Binary | 1100011 | 1110110 | 1001111 | 10000 | 0 | 100001 | 110110 | 1011001 | 10100 | 100111 |
Color Harmonies of #63764F
Complementary color
Monochromatic Colors of #63764F
Black with #63764F
Text Example
Text Example
White with #63764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63764F; }
p { color: rgb(99,118,79); }
H1.HeaderClassName
{
color: #63764F;
}
.AnyTagClassName
{
color: #63764F;
}
</style>
background-color css
<style>
a { background-color: #63764F; }
a { background-color: rgb(99,118,79); }
div.DivClassName
{
background-color: #63764F;
}
.BgClassName
{
background-color: #63764F;
}
</style>
border-color css
<style>
span { border-color: #63764F; }
span { border-color: rgb(99,118,79); }
td.TdClassName
{
border-color: #63764F;
}
.TagClassName
{
border-color: #63764F;
}
</style>