Shades of Don Juan #644B51
Tints of Don Juan #644B51
RGB
CMYK
RGB Variations
Color information
#644B51 (or 0x644B51) is known color: Don Juan. HEX triplet: 64, 4B and 51. RGB value is (100,75,81). Sum of RGB (Red+Green+Blue) = 100+75+81=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 100 - color contains mainly: red. Hex color #644B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644B51 is #9BB4AE. Grayscale: #535353. Windows color (decimal): -10204335 or 5327716. OLE color: 5327716.
HSL color Cylindrical-coordinate representation of color #644B51: hue angle of 345.6º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #644B51 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 75 | 81 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.61 |
| HSL | 345.6º | 0.14% | 0.34% | - |
| HSV(B) | 345.6º | 0.25% | 0.39% | - |
| XYZ | 9.26 | 8.34 | 8.91 | - |
| YUV | 83.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 81 | 0 | 0.25 | 0.19 | 0.61 | 345.6 | 0.14 | 0.34 |
| Hex | 64 | 4B | 51 | 0 | 19 | 13 | 3D | 15A | E | 22 |
| Octal | 144 | 113 | 121 | 0 | 31 | 23 | 75 | 532 | 16 | 42 |
| Binary | 1100100 | 1001011 | 1010001 | 0 | 11001 | 10011 | 111101 | 101011010 | 1110 | 100010 |
Color Harmonies of #644B51
Complementary color
Monochromatic Colors of #644B51
Black with #644B51
Text Example
Text Example
White with #644B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B51; }
p { color: rgb(100,75,81); }
H1.HeaderClassName
{
color: #644B51;
}
.AnyTagClassName
{
color: #644B51;
}
</style>
background-color css
<style>
a { background-color: #644B51; }
a { background-color: rgb(100,75,81); }
div.DivClassName
{
background-color: #644B51;
}
.BgClassName
{
background-color: #644B51;
}
</style>
border-color css
<style>
span { border-color: #644B51; }
span { border-color: rgb(100,75,81); }
td.TdClassName
{
border-color: #644B51;
}
.TagClassName
{
border-color: #644B51;
}
</style>