Shades of Don Juan #614E50
Tints of Don Juan #614E50
RGB
CMYK
RGB Variations
Color information
#614E50 (or 0x614E50) is known color: Don Juan. HEX triplet: 61, 4E and 50. RGB value is (97,78,80). Sum of RGB (Red+Green+Blue) = 97+78+80=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #614E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E50 is #9EB1AF. Grayscale: #535353. Windows color (decimal): -10400176 or 5262945. OLE color: 5262945.
HSL color Cylindrical-coordinate representation of color #614E50: hue angle of 353.68º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #614E50 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 80 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.62 |
| HSL | 353.68º | 0.11% | 0.34% | - |
| HSV(B) | 353.68º | 0.2% | 0.38% | - |
| XYZ | 9.1 | 8.57 | 8.76 | - |
| YUV | 83.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 80 | 0 | 0.20 | 0.18 | 0.62 | 353.68 | 0.11 | 0.34 |
| Hex | 61 | 4E | 50 | 0 | 14 | 12 | 3E | 162 | B | 22 |
| Octal | 141 | 116 | 120 | 0 | 24 | 22 | 76 | 542 | 13 | 42 |
| Binary | 1100001 | 1001110 | 1010000 | 0 | 10100 | 10010 | 111110 | 101100010 | 1011 | 100010 |
Color Harmonies of #614E50
Complementary color
Monochromatic Colors of #614E50
Black with #614E50
Text Example
Text Example
White with #614E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E50; }
p { color: rgb(97,78,80); }
H1.HeaderClassName
{
color: #614E50;
}
.AnyTagClassName
{
color: #614E50;
}
</style>
background-color css
<style>
a { background-color: #614E50; }
a { background-color: rgb(97,78,80); }
div.DivClassName
{
background-color: #614E50;
}
.BgClassName
{
background-color: #614E50;
}
</style>
border-color css
<style>
span { border-color: #614E50; }
span { border-color: rgb(97,78,80); }
td.TdClassName
{
border-color: #614E50;
}
.TagClassName
{
border-color: #614E50;
}
</style>