Shades of Don Juan #644749
Tints of Don Juan #644749
RGB
CMYK
RGB Variations
Color information
#644749 (or 0x644749) is known color: Don Juan. HEX triplet: 64, 47 and 49. RGB value is (100,71,73). Sum of RGB (Red+Green+Blue) = 100+71+73=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 100 - color contains mainly: red. Hex color #644749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644749 is #9BB8B6. Grayscale: #4F4F4F. Windows color (decimal): -10205367 or 4802404. OLE color: 4802404.
HSL color Cylindrical-coordinate representation of color #644749: hue angle of 355.86º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #644749 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 73 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.61 |
| HSL | 355.86º | 0.17% | 0.34% | - |
| HSV(B) | 355.86º | 0.29% | 0.39% | - |
| XYZ | 8.71 | 7.7 | 7.33 | - |
| YUV | 79.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 73 | 0 | 0.29 | 0.27 | 0.61 | 355.86 | 0.17 | 0.34 |
| Hex | 64 | 47 | 49 | 0 | 1D | 1B | 3D | 164 | 11 | 22 |
| Octal | 144 | 107 | 111 | 0 | 35 | 33 | 75 | 544 | 21 | 42 |
| Binary | 1100100 | 1000111 | 1001001 | 0 | 11101 | 11011 | 111101 | 101100100 | 10001 | 100010 |
Color Harmonies of #644749
Complementary color
Monochromatic Colors of #644749
Black with #644749
Text Example
Text Example
White with #644749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644749; }
p { color: rgb(100,71,73); }
H1.HeaderClassName
{
color: #644749;
}
.AnyTagClassName
{
color: #644749;
}
</style>
background-color css
<style>
a { background-color: #644749; }
a { background-color: rgb(100,71,73); }
div.DivClassName
{
background-color: #644749;
}
.BgClassName
{
background-color: #644749;
}
</style>
border-color css
<style>
span { border-color: #644749; }
span { border-color: rgb(100,71,73); }
td.TdClassName
{
border-color: #644749;
}
.TagClassName
{
border-color: #644749;
}
</style>