Shades of Don Juan #644D52
Tints of Don Juan #644D52
RGB
CMYK
RGB Variations
Color information
#644D52 (or 0x644D52) is known color: Don Juan. HEX triplet: 64, 4D and 52. RGB value is (100,77,82). Sum of RGB (Red+Green+Blue) = 100+77+82=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 100 - color contains mainly: red. Hex color #644D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D52 is #9BB2AD. Grayscale: #545454. Windows color (decimal): -10203822 or 5393764. OLE color: 5393764.
HSL color Cylindrical-coordinate representation of color #644D52: hue angle of 346.96º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #644D52 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 82 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.61 |
| HSL | 346.96º | 0.13% | 0.35% | - |
| HSV(B) | 346.96º | 0.23% | 0.39% | - |
| XYZ | 9.43 | 8.63 | 9.15 | - |
| YUV | 84.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 82 | 0 | 0.23 | 0.18 | 0.61 | 346.96 | 0.13 | 0.35 |
| Hex | 64 | 4D | 52 | 0 | 17 | 12 | 3D | 15B | D | 23 |
| Octal | 144 | 115 | 122 | 0 | 27 | 22 | 75 | 533 | 15 | 43 |
| Binary | 1100100 | 1001101 | 1010010 | 0 | 10111 | 10010 | 111101 | 101011011 | 1101 | 100011 |
Color Harmonies of #644D52
Complementary color
Monochromatic Colors of #644D52
Black with #644D52
Text Example
Text Example
White with #644D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D52; }
p { color: rgb(100,77,82); }
H1.HeaderClassName
{
color: #644D52;
}
.AnyTagClassName
{
color: #644D52;
}
</style>
background-color css
<style>
a { background-color: #644D52; }
a { background-color: rgb(100,77,82); }
div.DivClassName
{
background-color: #644D52;
}
.BgClassName
{
background-color: #644D52;
}
</style>
border-color css
<style>
span { border-color: #644D52; }
span { border-color: rgb(100,77,82); }
td.TdClassName
{
border-color: #644D52;
}
.TagClassName
{
border-color: #644D52;
}
</style>