Shades of Don Juan #684C51
Tints of Don Juan #684C51
RGB
CMYK
RGB Variations
Color information
#684C51 (or 0x684C51) is known color: Don Juan. HEX triplet: 68, 4C and 51. RGB value is (104,76,81). Sum of RGB (Red+Green+Blue) = 104+76+81=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #684C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C51 is #97B3AE. Grayscale: #545454. Windows color (decimal): -9941935 or 5327976. OLE color: 5327976.
HSL color Cylindrical-coordinate representation of color #684C51: hue angle of 349.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #684C51 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 81 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.59 |
| HSL | 349.29º | 0.16% | 0.35% | - |
| HSV(B) | 349.29º | 0.27% | 0.41% | - |
| XYZ | 9.78 | 8.71 | 8.95 | - |
| YUV | 84.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 81 | 0 | 0.27 | 0.22 | 0.59 | 349.29 | 0.16 | 0.35 |
| Hex | 68 | 4C | 51 | 0 | 1B | 16 | 3B | 15D | 10 | 23 |
| Octal | 150 | 114 | 121 | 0 | 33 | 26 | 73 | 535 | 20 | 43 |
| Binary | 1101000 | 1001100 | 1010001 | 0 | 11011 | 10110 | 111011 | 101011101 | 10000 | 100011 |
Color Harmonies of #684C51
Complementary color
Monochromatic Colors of #684C51
Black with #684C51
Text Example
Text Example
White with #684C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C51; }
p { color: rgb(104,76,81); }
H1.HeaderClassName
{
color: #684C51;
}
.AnyTagClassName
{
color: #684C51;
}
</style>
background-color css
<style>
a { background-color: #684C51; }
a { background-color: rgb(104,76,81); }
div.DivClassName
{
background-color: #684C51;
}
.BgClassName
{
background-color: #684C51;
}
</style>
border-color css
<style>
span { border-color: #684C51; }
span { border-color: rgb(104,76,81); }
td.TdClassName
{
border-color: #684C51;
}
.TagClassName
{
border-color: #684C51;
}
</style>