Shades of Don Juan #614A51
Tints of Don Juan #614A51
RGB
CMYK
RGB Variations
Color information
#614A51 (or 0x614A51) is known color: Don Juan. HEX triplet: 61, 4A and 51. RGB value is (97,74,81). Sum of RGB (Red+Green+Blue) = 97+74+81=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #614A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A51 is #9EB5AE. Grayscale: #515151. Windows color (decimal): -10401199 or 5327457. OLE color: 5327457.
HSL color Cylindrical-coordinate representation of color #614A51: hue angle of 341.74º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #614A51 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 81 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.62 |
| HSL | 341.74º | 0.13% | 0.34% | - |
| HSV(B) | 341.74º | 0.24% | 0.38% | - |
| XYZ | 8.86 | 8.03 | 8.87 | - |
| YUV | 81.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 81 | 0 | 0.24 | 0.16 | 0.62 | 341.74 | 0.13 | 0.34 |
| Hex | 61 | 4A | 51 | 0 | 18 | 10 | 3E | 156 | D | 22 |
| Octal | 141 | 112 | 121 | 0 | 30 | 20 | 76 | 526 | 15 | 42 |
| Binary | 1100001 | 1001010 | 1010001 | 0 | 11000 | 10000 | 111110 | 101010110 | 1101 | 100010 |
Color Harmonies of #614A51
Complementary color
Monochromatic Colors of #614A51
Black with #614A51
Text Example
Text Example
White with #614A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A51; }
p { color: rgb(97,74,81); }
H1.HeaderClassName
{
color: #614A51;
}
.AnyTagClassName
{
color: #614A51;
}
</style>
background-color css
<style>
a { background-color: #614A51; }
a { background-color: rgb(97,74,81); }
div.DivClassName
{
background-color: #614A51;
}
.BgClassName
{
background-color: #614A51;
}
</style>
border-color css
<style>
span { border-color: #614A51; }
span { border-color: rgb(97,74,81); }
td.TdClassName
{
border-color: #614A51;
}
.TagClassName
{
border-color: #614A51;
}
</style>