Shades of Dingley #63853C
Tints of Dingley #63853C
RGB
CMYK
RGB Variations
Color information
#63853C (or 0x63853C) is known color: Dingley. HEX triplet: 63, 85 and 3C. RGB value is (99,133,60). Sum of RGB (Red+Green+Blue) = 99+133+60=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #63853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63853C is #9C7AC3. Grayscale: #727272. Windows color (decimal): -10255044 or 3966307. OLE color: 3966307.
HSL color Cylindrical-coordinate representation of color #63853C: hue angle of 87.95º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63853C is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 133 | 60 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.48 |
| HSL | 87.95º | 0.38% | 0.38% | - |
| HSV(B) | 87.95º | 0.55% | 0.52% | - |
| XYZ | 14.35 | 19.75 | 7.33 | - |
| YUV | 114.51 | 97.24 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 60 | 0.26 | 0 | 0.55 | 0.48 | 87.95 | 0.38 | 0.38 |
| Hex | 63 | 85 | 3C | 1A | 0 | 37 | 30 | 58 | 26 | 26 |
| Octal | 143 | 205 | 74 | 32 | 0 | 67 | 60 | 130 | 46 | 46 |
| Binary | 1100011 | 10000101 | 111100 | 11010 | 0 | 110111 | 110000 | 1011000 | 100110 | 100110 |
Color Harmonies of #63853C
Complementary color
Monochromatic Colors of #63853C
Black with #63853C
Text Example
Text Example
White with #63853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63853C; }
p { color: rgb(99,133,60); }
H1.HeaderClassName
{
color: #63853C;
}
.AnyTagClassName
{
color: #63853C;
}
</style>
background-color css
<style>
a { background-color: #63853C; }
a { background-color: rgb(99,133,60); }
div.DivClassName
{
background-color: #63853C;
}
.BgClassName
{
background-color: #63853C;
}
</style>
border-color css
<style>
span { border-color: #63853C; }
span { border-color: rgb(99,133,60); }
td.TdClassName
{
border-color: #63853C;
}
.TagClassName
{
border-color: #63853C;
}
</style>