Shades of Dingley #63844A
Tints of Dingley #63844A
RGB
CMYK
RGB Variations
Color information
#63844A (or 0x63844A) is known color: Dingley. HEX triplet: 63, 84 and 4A. RGB value is (99,132,74). Sum of RGB (Red+Green+Blue) = 99+132+74=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #63844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63844A is #9C7BB5. Grayscale: #737373. Windows color (decimal): -10255286 or 4883555. OLE color: 4883555.
HSL color Cylindrical-coordinate representation of color #63844A: hue angle of 94.14º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63844A is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 132 | 74 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.48 |
| HSL | 94.14º | 0.28% | 0.4% | - |
| HSV(B) | 94.14º | 0.44% | 0.52% | - |
| XYZ | 14.63 | 19.65 | 9.5 | - |
| YUV | 115.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 132 | 74 | 0.25 | 0 | 0.44 | 0.48 | 94.14 | 0.28 | 0.4 |
| Hex | 63 | 84 | 4A | 19 | 0 | 2C | 30 | 5E | 1C | 28 |
| Octal | 143 | 204 | 112 | 31 | 0 | 54 | 60 | 136 | 34 | 50 |
| Binary | 1100011 | 10000100 | 1001010 | 11001 | 0 | 101100 | 110000 | 1011110 | 11100 | 101000 |
Color Harmonies of #63844A
Complementary color
Monochromatic Colors of #63844A
Black with #63844A
Text Example
Text Example
White with #63844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63844A; }
p { color: rgb(99,132,74); }
H1.HeaderClassName
{
color: #63844A;
}
.AnyTagClassName
{
color: #63844A;
}
</style>
background-color css
<style>
a { background-color: #63844A; }
a { background-color: rgb(99,132,74); }
div.DivClassName
{
background-color: #63844A;
}
.BgClassName
{
background-color: #63844A;
}
</style>
border-color css
<style>
span { border-color: #63844A; }
span { border-color: rgb(99,132,74); }
td.TdClassName
{
border-color: #63844A;
}
.TagClassName
{
border-color: #63844A;
}
</style>