Shades of Don Juan #64474E
Tints of Don Juan #64474E
RGB
CMYK
RGB Variations
Color information
#64474E (or 0x64474E) is known color: Don Juan. HEX triplet: 64, 47 and 4E. RGB value is (100,71,78). Sum of RGB (Red+Green+Blue) = 100+71+78=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #64474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64474E is #9BB8B1. Grayscale: #505050. Windows color (decimal): -10205362 or 5130084. OLE color: 5130084.
HSL color Cylindrical-coordinate representation of color #64474E: hue angle of 345.52º 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 #64474E is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 78 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.61 |
| HSL | 345.52º | 0.17% | 0.34% | - |
| HSV(B) | 345.52º | 0.29% | 0.39% | - |
| XYZ | 8.88 | 7.77 | 8.24 | - |
| YUV | 80.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 78 | 0 | 0.29 | 0.22 | 0.61 | 345.52 | 0.17 | 0.34 |
| Hex | 64 | 47 | 4E | 0 | 1D | 16 | 3D | 15A | 11 | 22 |
| Octal | 144 | 107 | 116 | 0 | 35 | 26 | 75 | 532 | 21 | 42 |
| Binary | 1100100 | 1000111 | 1001110 | 0 | 11101 | 10110 | 111101 | 101011010 | 10001 | 100010 |
Color Harmonies of #64474E
Complementary color
Monochromatic Colors of #64474E
Black with #64474E
Text Example
Text Example
White with #64474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64474E; }
p { color: rgb(100,71,78); }
H1.HeaderClassName
{
color: #64474E;
}
.AnyTagClassName
{
color: #64474E;
}
</style>
background-color css
<style>
a { background-color: #64474E; }
a { background-color: rgb(100,71,78); }
div.DivClassName
{
background-color: #64474E;
}
.BgClassName
{
background-color: #64474E;
}
</style>
border-color css
<style>
span { border-color: #64474E; }
span { border-color: rgb(100,71,78); }
td.TdClassName
{
border-color: #64474E;
}
.TagClassName
{
border-color: #64474E;
}
</style>