Shades of Don Juan #684C50
Tints of Don Juan #684C50
RGB
CMYK
RGB Variations
Color information
#684C50 (or 0x684C50) is known color: Don Juan. HEX triplet: 68, 4C and 50. RGB value is (104,76,80). Sum of RGB (Red+Green+Blue) = 104+76+80=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #684C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C50 is #97B3AF. Grayscale: #545454. Windows color (decimal): -9941936 or 5262440. OLE color: 5262440.
HSL color Cylindrical-coordinate representation of color #684C50: hue angle of 351.43º 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 #684C50 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 80 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.59 |
| HSL | 351.43º | 0.16% | 0.35% | - |
| HSV(B) | 351.43º | 0.27% | 0.41% | - |
| XYZ | 9.74 | 8.69 | 8.75 | - |
| YUV | 84.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 80 | 0 | 0.27 | 0.23 | 0.59 | 351.43 | 0.16 | 0.35 |
| Hex | 68 | 4C | 50 | 0 | 1B | 17 | 3B | 15F | 10 | 23 |
| Octal | 150 | 114 | 120 | 0 | 33 | 27 | 73 | 537 | 20 | 43 |
| Binary | 1101000 | 1001100 | 1010000 | 0 | 11011 | 10111 | 111011 | 101011111 | 10000 | 100011 |
Color Harmonies of #684C50
Complementary color
Monochromatic Colors of #684C50
Black with #684C50
Text Example
Text Example
White with #684C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C50; }
p { color: rgb(104,76,80); }
H1.HeaderClassName
{
color: #684C50;
}
.AnyTagClassName
{
color: #684C50;
}
</style>
background-color css
<style>
a { background-color: #684C50; }
a { background-color: rgb(104,76,80); }
div.DivClassName
{
background-color: #684C50;
}
.BgClassName
{
background-color: #684C50;
}
</style>
border-color css
<style>
span { border-color: #684C50; }
span { border-color: rgb(104,76,80); }
td.TdClassName
{
border-color: #684C50;
}
.TagClassName
{
border-color: #684C50;
}
</style>