Shades of Don Juan #614B4E
Tints of Don Juan #614B4E
RGB
CMYK
RGB Variations
Color information
#614B4E (or 0x614B4E) is known color: Don Juan. HEX triplet: 61, 4B and 4E. RGB value is (97,75,78). Sum of RGB (Red+Green+Blue) = 97+75+78=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #614B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B4E is #9EB4B1. Grayscale: #515151. Windows color (decimal): -10400946 or 5131105. OLE color: 5131105.
HSL color Cylindrical-coordinate representation of color #614B4E: hue angle of 351.82º 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 #614B4E is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 78 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.62 |
| HSL | 351.82º | 0.13% | 0.34% | - |
| HSV(B) | 351.82º | 0.23% | 0.38% | - |
| XYZ | 8.82 | 8.12 | 8.31 | - |
| YUV | 81.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 78 | 0 | 0.23 | 0.20 | 0.62 | 351.82 | 0.13 | 0.34 |
| Hex | 61 | 4B | 4E | 0 | 17 | 14 | 3E | 160 | D | 22 |
| Octal | 141 | 113 | 116 | 0 | 27 | 24 | 76 | 540 | 15 | 42 |
| Binary | 1100001 | 1001011 | 1001110 | 0 | 10111 | 10100 | 111110 | 101100000 | 1101 | 100010 |
Color Harmonies of #614B4E
Complementary color
Monochromatic Colors of #614B4E
Black with #614B4E
Text Example
Text Example
White with #614B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B4E; }
p { color: rgb(97,75,78); }
H1.HeaderClassName
{
color: #614B4E;
}
.AnyTagClassName
{
color: #614B4E;
}
</style>
background-color css
<style>
a { background-color: #614B4E; }
a { background-color: rgb(97,75,78); }
div.DivClassName
{
background-color: #614B4E;
}
.BgClassName
{
background-color: #614B4E;
}
</style>
border-color css
<style>
span { border-color: #614B4E; }
span { border-color: rgb(97,75,78); }
td.TdClassName
{
border-color: #614B4E;
}
.TagClassName
{
border-color: #614B4E;
}
</style>