Shades of Don Juan #614D51
Tints of Don Juan #614D51
RGB
CMYK
RGB Variations
Color information
#614D51 (or 0x614D51) is known color: Don Juan. HEX triplet: 61, 4D and 51. RGB value is (97,77,81). Sum of RGB (Red+Green+Blue) = 97+77+81=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #614D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D51 is #9EB2AE. Grayscale: #535353. Windows color (decimal): -10400431 or 5328225. OLE color: 5328225.
HSL color Cylindrical-coordinate representation of color #614D51: hue angle of 348º 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 #614D51 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 81 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.62 |
| HSL | 348º | 0.11% | 0.34% | - |
| HSV(B) | 348º | 0.21% | 0.38% | - |
| XYZ | 9.07 | 8.44 | 8.94 | - |
| YUV | 83.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 81 | 0 | 0.21 | 0.16 | 0.62 | 348 | 0.11 | 0.34 |
| Hex | 61 | 4D | 51 | 0 | 15 | 10 | 3E | 15C | B | 22 |
| Octal | 141 | 115 | 121 | 0 | 25 | 20 | 76 | 534 | 13 | 42 |
| Binary | 1100001 | 1001101 | 1010001 | 0 | 10101 | 10000 | 111110 | 101011100 | 1011 | 100010 |
Color Harmonies of #614D51
Complementary color
Monochromatic Colors of #614D51
Black with #614D51
Text Example
Text Example
White with #614D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D51; }
p { color: rgb(97,77,81); }
H1.HeaderClassName
{
color: #614D51;
}
.AnyTagClassName
{
color: #614D51;
}
</style>
background-color css
<style>
a { background-color: #614D51; }
a { background-color: rgb(97,77,81); }
div.DivClassName
{
background-color: #614D51;
}
.BgClassName
{
background-color: #614D51;
}
</style>
border-color css
<style>
span { border-color: #614D51; }
span { border-color: rgb(97,77,81); }
td.TdClassName
{
border-color: #614D51;
}
.TagClassName
{
border-color: #614D51;
}
</style>