Shades of Don Juan #614D4F
Tints of Don Juan #614D4F
RGB
CMYK
RGB Variations
Color information
#614D4F (or 0x614D4F) is known color: Don Juan. HEX triplet: 61, 4D and 4F. RGB value is (97,77,79). Sum of RGB (Red+Green+Blue) = 97+77+79=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #614D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D4F is #9EB2B0. Grayscale: #535353. Windows color (decimal): -10400433 or 5197153. OLE color: 5197153.
HSL color Cylindrical-coordinate representation of color #614D4F: hue angle of 354º 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 #614D4F is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 79 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.62 |
| HSL | 354º | 0.11% | 0.34% | - |
| HSV(B) | 354º | 0.21% | 0.38% | - |
| XYZ | 8.99 | 8.41 | 8.55 | - |
| YUV | 83.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 79 | 0 | 0.21 | 0.19 | 0.62 | 354 | 0.11 | 0.34 |
| Hex | 61 | 4D | 4F | 0 | 15 | 13 | 3E | 162 | B | 22 |
| Octal | 141 | 115 | 117 | 0 | 25 | 23 | 76 | 542 | 13 | 42 |
| Binary | 1100001 | 1001101 | 1001111 | 0 | 10101 | 10011 | 111110 | 101100010 | 1011 | 100010 |
Color Harmonies of #614D4F
Complementary color
Monochromatic Colors of #614D4F
Black with #614D4F
Text Example
Text Example
White with #614D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D4F; }
p { color: rgb(97,77,79); }
H1.HeaderClassName
{
color: #614D4F;
}
.AnyTagClassName
{
color: #614D4F;
}
</style>
background-color css
<style>
a { background-color: #614D4F; }
a { background-color: rgb(97,77,79); }
div.DivClassName
{
background-color: #614D4F;
}
.BgClassName
{
background-color: #614D4F;
}
</style>
border-color css
<style>
span { border-color: #614D4F; }
span { border-color: rgb(97,77,79); }
td.TdClassName
{
border-color: #614D4F;
}
.TagClassName
{
border-color: #614D4F;
}
</style>