Shades of Don Juan #614D53
Tints of Don Juan #614D53
RGB
CMYK
RGB Variations
Color information
#614D53 (or 0x614D53) is known color: Don Juan. HEX triplet: 61, 4D and 53. RGB value is (97,77,83). Sum of RGB (Red+Green+Blue) = 97+77+83=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #614D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D53 is #9EB2AC. Grayscale: #535353. Windows color (decimal): -10400429 or 5459297. OLE color: 5459297.
HSL color Cylindrical-coordinate representation of color #614D53: hue angle of 342º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #614D53 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 83 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.62 |
| HSL | 342º | 0.11% | 0.34% | - |
| HSV(B) | 342º | 0.21% | 0.38% | - |
| XYZ | 9.14 | 8.47 | 9.34 | - |
| YUV | 83.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 83 | 0 | 0.21 | 0.14 | 0.62 | 342 | 0.11 | 0.34 |
| Hex | 61 | 4D | 53 | 0 | 15 | E | 3E | 156 | B | 22 |
| Octal | 141 | 115 | 123 | 0 | 25 | 16 | 76 | 526 | 13 | 42 |
| Binary | 1100001 | 1001101 | 1010011 | 0 | 10101 | 1110 | 111110 | 101010110 | 1011 | 100010 |
Color Harmonies of #614D53
Complementary color
Monochromatic Colors of #614D53
Black with #614D53
Text Example
Text Example
White with #614D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D53; }
p { color: rgb(97,77,83); }
H1.HeaderClassName
{
color: #614D53;
}
.AnyTagClassName
{
color: #614D53;
}
</style>
background-color css
<style>
a { background-color: #614D53; }
a { background-color: rgb(97,77,83); }
div.DivClassName
{
background-color: #614D53;
}
.BgClassName
{
background-color: #614D53;
}
</style>
border-color css
<style>
span { border-color: #614D53; }
span { border-color: rgb(97,77,83); }
td.TdClassName
{
border-color: #614D53;
}
.TagClassName
{
border-color: #614D53;
}
</style>