Shades of Don Juan #614B4D
Tints of Don Juan #614B4D
RGB
CMYK
RGB Variations
Color information
#614B4D (or 0x614B4D) is known color: Don Juan. HEX triplet: 61, 4B and 4D. RGB value is (97,75,77). Sum of RGB (Red+Green+Blue) = 97+75+77=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #614B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B4D is #9EB4B2. Grayscale: #515151. Windows color (decimal): -10400947 or 5065569. OLE color: 5065569.
HSL color Cylindrical-coordinate representation of color #614B4D: hue angle of 354.55º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #614B4D is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 77 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.62 |
| HSL | 354.55º | 0.13% | 0.34% | - |
| HSV(B) | 354.55º | 0.23% | 0.38% | - |
| XYZ | 8.79 | 8.11 | 8.12 | - |
| YUV | 81.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 77 | 0 | 0.23 | 0.21 | 0.62 | 354.55 | 0.13 | 0.34 |
| Hex | 61 | 4B | 4D | 0 | 17 | 15 | 3E | 163 | D | 22 |
| Octal | 141 | 113 | 115 | 0 | 27 | 25 | 76 | 543 | 15 | 42 |
| Binary | 1100001 | 1001011 | 1001101 | 0 | 10111 | 10101 | 111110 | 101100011 | 1101 | 100010 |
Color Harmonies of #614B4D
Complementary color
Monochromatic Colors of #614B4D
Black with #614B4D
Text Example
Text Example
White with #614B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B4D; }
p { color: rgb(97,75,77); }
H1.HeaderClassName
{
color: #614B4D;
}
.AnyTagClassName
{
color: #614B4D;
}
</style>
background-color css
<style>
a { background-color: #614B4D; }
a { background-color: rgb(97,75,77); }
div.DivClassName
{
background-color: #614B4D;
}
.BgClassName
{
background-color: #614B4D;
}
</style>
border-color css
<style>
span { border-color: #614B4D; }
span { border-color: rgb(97,75,77); }
td.TdClassName
{
border-color: #614B4D;
}
.TagClassName
{
border-color: #614B4D;
}
</style>