Shades of Don Juan #684E50
Tints of Don Juan #684E50
RGB
CMYK
RGB Variations
Color information
#684E50 (or 0x684E50) is known color: Don Juan. HEX triplet: 68, 4E and 50. RGB value is (104,78,80). Sum of RGB (Red+Green+Blue) = 104+78+80=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #684E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E50 is #97B1AF. Grayscale: #565656. Windows color (decimal): -9941424 or 5262952. OLE color: 5262952.
HSL color Cylindrical-coordinate representation of color #684E50: hue angle of 355.38º 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 #684E50 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 80 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.59 |
| HSL | 355.38º | 0.14% | 0.36% | - |
| HSV(B) | 355.38º | 0.25% | 0.41% | - |
| XYZ | 9.88 | 8.97 | 8.8 | - |
| YUV | 86 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 80 | 0 | 0.25 | 0.23 | 0.59 | 355.38 | 0.14 | 0.36 |
| Hex | 68 | 4E | 50 | 0 | 19 | 17 | 3B | 163 | E | 24 |
| Octal | 150 | 116 | 120 | 0 | 31 | 27 | 73 | 543 | 16 | 44 |
| Binary | 1101000 | 1001110 | 1010000 | 0 | 11001 | 10111 | 111011 | 101100011 | 1110 | 100100 |
Color Harmonies of #684E50
Complementary color
Monochromatic Colors of #684E50
Black with #684E50
Text Example
Text Example
White with #684E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E50; }
p { color: rgb(104,78,80); }
H1.HeaderClassName
{
color: #684E50;
}
.AnyTagClassName
{
color: #684E50;
}
</style>
background-color css
<style>
a { background-color: #684E50; }
a { background-color: rgb(104,78,80); }
div.DivClassName
{
background-color: #684E50;
}
.BgClassName
{
background-color: #684E50;
}
</style>
border-color css
<style>
span { border-color: #684E50; }
span { border-color: rgb(104,78,80); }
td.TdClassName
{
border-color: #684E50;
}
.TagClassName
{
border-color: #684E50;
}
</style>