Shades of Don Juan #684D50
Tints of Don Juan #684D50
RGB
CMYK
RGB Variations
Color information
#684D50 (or 0x684D50) is known color: Don Juan. HEX triplet: 68, 4D and 50. RGB value is (104,77,80). Sum of RGB (Red+Green+Blue) = 104+77+80=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #684D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D50 is #97B2AF. Grayscale: #555555. Windows color (decimal): -9941680 or 5262696. OLE color: 5262696.
HSL color Cylindrical-coordinate representation of color #684D50: hue angle of 353.33º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #684D50 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 80 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.59 |
| HSL | 353.33º | 0.15% | 0.35% | - |
| HSV(B) | 353.33º | 0.26% | 0.41% | - |
| XYZ | 9.81 | 8.83 | 8.78 | - |
| YUV | 85.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 80 | 0 | 0.26 | 0.23 | 0.59 | 353.33 | 0.15 | 0.35 |
| Hex | 68 | 4D | 50 | 0 | 1A | 17 | 3B | 161 | F | 23 |
| Octal | 150 | 115 | 120 | 0 | 32 | 27 | 73 | 541 | 17 | 43 |
| Binary | 1101000 | 1001101 | 1010000 | 0 | 11010 | 10111 | 111011 | 101100001 | 1111 | 100011 |
Color Harmonies of #684D50
Complementary color
Monochromatic Colors of #684D50
Black with #684D50
Text Example
Text Example
White with #684D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D50; }
p { color: rgb(104,77,80); }
H1.HeaderClassName
{
color: #684D50;
}
.AnyTagClassName
{
color: #684D50;
}
</style>
background-color css
<style>
a { background-color: #684D50; }
a { background-color: rgb(104,77,80); }
div.DivClassName
{
background-color: #684D50;
}
.BgClassName
{
background-color: #684D50;
}
</style>
border-color css
<style>
span { border-color: #684D50; }
span { border-color: rgb(104,77,80); }
td.TdClassName
{
border-color: #684D50;
}
.TagClassName
{
border-color: #684D50;
}
</style>