Shades of Don Juan #684E53
Tints of Don Juan #684E53
RGB
CMYK
RGB Variations
Color information
#684E53 (or 0x684E53) is known color: Don Juan. HEX triplet: 68, 4E and 53. RGB value is (104,78,83). Sum of RGB (Red+Green+Blue) = 104+78+83=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #684E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E53 is #97B1AC. Grayscale: #565656. Windows color (decimal): -9941421 or 5459560. OLE color: 5459560.
HSL color Cylindrical-coordinate representation of color #684E53: hue angle of 348.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #684E53 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 83 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.59 |
| HSL | 348.46º | 0.14% | 0.36% | - |
| HSV(B) | 348.46º | 0.25% | 0.41% | - |
| XYZ | 9.99 | 9.02 | 9.4 | - |
| YUV | 86.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 83 | 0 | 0.25 | 0.20 | 0.59 | 348.46 | 0.14 | 0.36 |
| Hex | 68 | 4E | 53 | 0 | 19 | 14 | 3B | 15C | E | 24 |
| Octal | 150 | 116 | 123 | 0 | 31 | 24 | 73 | 534 | 16 | 44 |
| Binary | 1101000 | 1001110 | 1010011 | 0 | 11001 | 10100 | 111011 | 101011100 | 1110 | 100100 |
Color Harmonies of #684E53
Complementary color
Monochromatic Colors of #684E53
Black with #684E53
Text Example
Text Example
White with #684E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E53; }
p { color: rgb(104,78,83); }
H1.HeaderClassName
{
color: #684E53;
}
.AnyTagClassName
{
color: #684E53;
}
</style>
background-color css
<style>
a { background-color: #684E53; }
a { background-color: rgb(104,78,83); }
div.DivClassName
{
background-color: #684E53;
}
.BgClassName
{
background-color: #684E53;
}
</style>
border-color css
<style>
span { border-color: #684E53; }
span { border-color: rgb(104,78,83); }
td.TdClassName
{
border-color: #684E53;
}
.TagClassName
{
border-color: #684E53;
}
</style>