Shades of Dingley #64863C
Tints of Dingley #64863C
RGB
CMYK
RGB Variations
Color information
#64863C (or 0x64863C) is known color: Dingley. HEX triplet: 64, 86 and 3C. RGB value is (100,134,60). Sum of RGB (Red+Green+Blue) = 100+134+60=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #64863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64863C is #9B79C3. Grayscale: #737373. Windows color (decimal): -10189252 or 3966564. OLE color: 3966564.
HSL color Cylindrical-coordinate representation of color #64863C: hue angle of 87.57º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64863C is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 60 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.47 |
| HSL | 87.57º | 0.38% | 0.38% | - |
| HSV(B) | 87.57º | 0.55% | 0.53% | - |
| XYZ | 14.6 | 20.09 | 7.38 | - |
| YUV | 115.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 60 | 0.25 | 0 | 0.55 | 0.47 | 87.57 | 0.38 | 0.38 |
| Hex | 64 | 86 | 3C | 19 | 0 | 37 | 2F | 58 | 26 | 26 |
| Octal | 144 | 206 | 74 | 31 | 0 | 67 | 57 | 130 | 46 | 46 |
| Binary | 1100100 | 10000110 | 111100 | 11001 | 0 | 110111 | 101111 | 1011000 | 100110 | 100110 |
Color Harmonies of #64863C
Complementary color
Monochromatic Colors of #64863C
Black with #64863C
Text Example
Text Example
White with #64863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64863C; }
p { color: rgb(100,134,60); }
H1.HeaderClassName
{
color: #64863C;
}
.AnyTagClassName
{
color: #64863C;
}
</style>
background-color css
<style>
a { background-color: #64863C; }
a { background-color: rgb(100,134,60); }
div.DivClassName
{
background-color: #64863C;
}
.BgClassName
{
background-color: #64863C;
}
</style>
border-color css
<style>
span { border-color: #64863C; }
span { border-color: rgb(100,134,60); }
td.TdClassName
{
border-color: #64863C;
}
.TagClassName
{
border-color: #64863C;
}
</style>