Shades of Don Juan #64494B
Tints of Don Juan #64494B
RGB
CMYK
RGB Variations
Color information
#64494B (or 0x64494B) is known color: Don Juan. HEX triplet: 64, 49 and 4B. RGB value is (100,73,75). Sum of RGB (Red+Green+Blue) = 100+73+75=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #64494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64494B is #9BB6B4. Grayscale: #515151. Windows color (decimal): -10204853 or 4933988. OLE color: 4933988.
HSL color Cylindrical-coordinate representation of color #64494B: hue angle of 355.56º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64494B is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 75 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.61 |
| HSL | 355.56º | 0.16% | 0.34% | - |
| HSV(B) | 355.56º | 0.27% | 0.39% | - |
| XYZ | 8.91 | 7.98 | 7.73 | - |
| YUV | 81.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 75 | 0 | 0.27 | 0.25 | 0.61 | 355.56 | 0.16 | 0.34 |
| Hex | 64 | 49 | 4B | 0 | 1B | 19 | 3D | 164 | 10 | 22 |
| Octal | 144 | 111 | 113 | 0 | 33 | 31 | 75 | 544 | 20 | 42 |
| Binary | 1100100 | 1001001 | 1001011 | 0 | 11011 | 11001 | 111101 | 101100100 | 10000 | 100010 |
Color Harmonies of #64494B
Complementary color
Monochromatic Colors of #64494B
Black with #64494B
Text Example
Text Example
White with #64494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64494B; }
p { color: rgb(100,73,75); }
H1.HeaderClassName
{
color: #64494B;
}
.AnyTagClassName
{
color: #64494B;
}
</style>
background-color css
<style>
a { background-color: #64494B; }
a { background-color: rgb(100,73,75); }
div.DivClassName
{
background-color: #64494B;
}
.BgClassName
{
background-color: #64494B;
}
</style>
border-color css
<style>
span { border-color: #64494B; }
span { border-color: rgb(100,73,75); }
td.TdClassName
{
border-color: #64494B;
}
.TagClassName
{
border-color: #64494B;
}
</style>