Shades of Don Juan #684A50
Tints of Don Juan #684A50
RGB
CMYK
RGB Variations
Color information
#684A50 (or 0x684A50) is known color: Don Juan. HEX triplet: 68, 4A and 50. RGB value is (104,74,80). Sum of RGB (Red+Green+Blue) = 104+74+80=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #684A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A50 is #97B5AF. Grayscale: #535353. Windows color (decimal): -9942448 or 5261928. OLE color: 5261928.
HSL color Cylindrical-coordinate representation of color #684A50: hue angle of 348º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #684A50 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 80 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.59 |
| HSL | 348º | 0.17% | 0.35% | - |
| HSV(B) | 348º | 0.29% | 0.41% | - |
| XYZ | 9.61 | 8.42 | 8.71 | - |
| YUV | 83.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 80 | 0 | 0.29 | 0.23 | 0.59 | 348 | 0.17 | 0.35 |
| Hex | 68 | 4A | 50 | 0 | 1D | 17 | 3B | 15C | 11 | 23 |
| Octal | 150 | 112 | 120 | 0 | 35 | 27 | 73 | 534 | 21 | 43 |
| Binary | 1101000 | 1001010 | 1010000 | 0 | 11101 | 10111 | 111011 | 101011100 | 10001 | 100011 |
Color Harmonies of #684A50
Complementary color
Monochromatic Colors of #684A50
Black with #684A50
Text Example
Text Example
White with #684A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A50; }
p { color: rgb(104,74,80); }
H1.HeaderClassName
{
color: #684A50;
}
.AnyTagClassName
{
color: #684A50;
}
</style>
background-color css
<style>
a { background-color: #684A50; }
a { background-color: rgb(104,74,80); }
div.DivClassName
{
background-color: #684A50;
}
.BgClassName
{
background-color: #684A50;
}
</style>
border-color css
<style>
span { border-color: #684A50; }
span { border-color: rgb(104,74,80); }
td.TdClassName
{
border-color: #684A50;
}
.TagClassName
{
border-color: #684A50;
}
</style>