Shades of Dingley #63804C
Tints of Dingley #63804C
RGB
CMYK
RGB Variations
Color information
#63804C (or 0x63804C) is known color: Dingley. HEX triplet: 63, 80 and 4C. RGB value is (99,128,76). Sum of RGB (Red+Green+Blue) = 99+128+76=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #63804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63804C is #9C7FB3. Grayscale: #717171. Windows color (decimal): -10256308 or 5013603. OLE color: 5013603.
HSL color Cylindrical-coordinate representation of color #63804C: hue angle of 93.46º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63804C is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 128 | 76 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.50 |
| HSL | 93.46º | 0.25% | 0.4% | - |
| HSV(B) | 93.46º | 0.41% | 0.5% | - |
| XYZ | 14.17 | 18.61 | 9.68 | - |
| YUV | 113.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 128 | 76 | 0.23 | 0 | 0.41 | 0.50 | 93.46 | 0.25 | 0.4 |
| Hex | 63 | 80 | 4C | 17 | 0 | 29 | 32 | 5D | 19 | 28 |
| Octal | 143 | 200 | 114 | 27 | 0 | 51 | 62 | 135 | 31 | 50 |
| Binary | 1100011 | 10000000 | 1001100 | 10111 | 0 | 101001 | 110010 | 1011101 | 11001 | 101000 |
Color Harmonies of #63804C
Complementary color
Monochromatic Colors of #63804C
Black with #63804C
Text Example
Text Example
White with #63804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63804C; }
p { color: rgb(99,128,76); }
H1.HeaderClassName
{
color: #63804C;
}
.AnyTagClassName
{
color: #63804C;
}
</style>
background-color css
<style>
a { background-color: #63804C; }
a { background-color: rgb(99,128,76); }
div.DivClassName
{
background-color: #63804C;
}
.BgClassName
{
background-color: #63804C;
}
</style>
border-color css
<style>
span { border-color: #63804C; }
span { border-color: rgb(99,128,76); }
td.TdClassName
{
border-color: #63804C;
}
.TagClassName
{
border-color: #63804C;
}
</style>