Shades of Don Juan #614D52
Tints of Don Juan #614D52
RGB
CMYK
RGB Variations
Color information
#614D52 (or 0x614D52) is known color: Don Juan. HEX triplet: 61, 4D and 52. RGB value is (97,77,82). Sum of RGB (Red+Green+Blue) = 97+77+82=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #614D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D52 is #9EB2AD. Grayscale: #535353. Windows color (decimal): -10400430 or 5393761. OLE color: 5393761.
HSL color Cylindrical-coordinate representation of color #614D52: hue angle of 345º 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 #614D52 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 82 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.62 |
| HSL | 345º | 0.11% | 0.34% | - |
| HSV(B) | 345º | 0.21% | 0.38% | - |
| XYZ | 9.11 | 8.46 | 9.14 | - |
| YUV | 83.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 82 | 0 | 0.21 | 0.15 | 0.62 | 345 | 0.11 | 0.34 |
| Hex | 61 | 4D | 52 | 0 | 15 | F | 3E | 159 | B | 22 |
| Octal | 141 | 115 | 122 | 0 | 25 | 17 | 76 | 531 | 13 | 42 |
| Binary | 1100001 | 1001101 | 1010010 | 0 | 10101 | 1111 | 111110 | 101011001 | 1011 | 100010 |
Color Harmonies of #614D52
Complementary color
Monochromatic Colors of #614D52
Black with #614D52
Text Example
Text Example
White with #614D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D52; }
p { color: rgb(97,77,82); }
H1.HeaderClassName
{
color: #614D52;
}
.AnyTagClassName
{
color: #614D52;
}
</style>
background-color css
<style>
a { background-color: #614D52; }
a { background-color: rgb(97,77,82); }
div.DivClassName
{
background-color: #614D52;
}
.BgClassName
{
background-color: #614D52;
}
</style>
border-color css
<style>
span { border-color: #614D52; }
span { border-color: rgb(97,77,82); }
td.TdClassName
{
border-color: #614D52;
}
.TagClassName
{
border-color: #614D52;
}
</style>