Shades of Don Juan #644449
Tints of Don Juan #644449
RGB
CMYK
RGB Variations
Color information
#644449 (or 0x644449) is known color: Don Juan. HEX triplet: 64, 44 and 49. RGB value is (100,68,73). Sum of RGB (Red+Green+Blue) = 100+68+73=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #644449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644449 is #9BBBB6. Grayscale: #4E4E4E. Windows color (decimal): -10206135 or 4801636. OLE color: 4801636.
HSL color Cylindrical-coordinate representation of color #644449: hue angle of 350.62º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #644449 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 68 | 73 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.61 |
| HSL | 350.63º | 0.19% | 0.33% | - |
| HSV(B) | 350.63º | 0.32% | 0.39% | - |
| XYZ | 8.53 | 7.32 | 7.27 | - |
| YUV | 78.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 73 | 0 | 0.32 | 0.27 | 0.61 | 350.63 | 0.19 | 0.33 |
| Hex | 64 | 44 | 49 | 0 | 20 | 1B | 3D | 15F | 13 | 21 |
| Octal | 144 | 104 | 111 | 0 | 40 | 33 | 75 | 537 | 23 | 41 |
| Binary | 1100100 | 1000100 | 1001001 | 0 | 100000 | 11011 | 111101 | 101011111 | 10011 | 100001 |
Color Harmonies of #644449
Complementary color
Monochromatic Colors of #644449
Black with #644449
Text Example
Text Example
White with #644449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644449; }
p { color: rgb(100,68,73); }
H1.HeaderClassName
{
color: #644449;
}
.AnyTagClassName
{
color: #644449;
}
</style>
background-color css
<style>
a { background-color: #644449; }
a { background-color: rgb(100,68,73); }
div.DivClassName
{
background-color: #644449;
}
.BgClassName
{
background-color: #644449;
}
</style>
border-color css
<style>
span { border-color: #644449; }
span { border-color: rgb(100,68,73); }
td.TdClassName
{
border-color: #644449;
}
.TagClassName
{
border-color: #644449;
}
</style>