Shades of Don Juan #614F53
Tints of Don Juan #614F53
RGB
CMYK
RGB Variations
Color information
#614F53 (or 0x614F53) is known color: Don Juan. HEX triplet: 61, 4F and 53. RGB value is (97,79,83). Sum of RGB (Red+Green+Blue) = 97+79+83=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #614F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F53 is #9EB0AC. Grayscale: #545454. Windows color (decimal): -10399917 or 5459809. OLE color: 5459809.
HSL color Cylindrical-coordinate representation of color #614F53: hue angle of 346.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #614F53 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 79 | 83 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.62 |
| HSL | 346.67º | 0.1% | 0.35% | - |
| HSV(B) | 346.67º | 0.19% | 0.38% | - |
| XYZ | 9.29 | 8.76 | 9.38 | - |
| YUV | 84.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 83 | 0 | 0.19 | 0.14 | 0.62 | 346.67 | 0.1 | 0.35 |
| Hex | 61 | 4F | 53 | 0 | 13 | E | 3E | 15B | A | 23 |
| Octal | 141 | 117 | 123 | 0 | 23 | 16 | 76 | 533 | 12 | 43 |
| Binary | 1100001 | 1001111 | 1010011 | 0 | 10011 | 1110 | 111110 | 101011011 | 1010 | 100011 |
Color Harmonies of #614F53
Complementary color
Monochromatic Colors of #614F53
Black with #614F53
Text Example
Text Example
White with #614F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614F53; }
p { color: rgb(97,79,83); }
H1.HeaderClassName
{
color: #614F53;
}
.AnyTagClassName
{
color: #614F53;
}
</style>
background-color css
<style>
a { background-color: #614F53; }
a { background-color: rgb(97,79,83); }
div.DivClassName
{
background-color: #614F53;
}
.BgClassName
{
background-color: #614F53;
}
</style>
border-color css
<style>
span { border-color: #614F53; }
span { border-color: rgb(97,79,83); }
td.TdClassName
{
border-color: #614F53;
}
.TagClassName
{
border-color: #614F53;
}
</style>