Shades of Don Juan #684C52
Tints of Don Juan #684C52
RGB
CMYK
RGB Variations
Color information
#684C52 (or 0x684C52) is known color: Don Juan. HEX triplet: 68, 4C and 52. RGB value is (104,76,82). Sum of RGB (Red+Green+Blue) = 104+76+82=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #684C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C52 is #97B3AD. Grayscale: #555555. Windows color (decimal): -9941934 or 5393512. OLE color: 5393512.
HSL color Cylindrical-coordinate representation of color #684C52: hue angle of 347.14º 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 #684C52 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 82 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.59 |
| HSL | 347.14º | 0.16% | 0.35% | - |
| HSV(B) | 347.14º | 0.27% | 0.41% | - |
| XYZ | 9.82 | 8.72 | 9.15 | - |
| YUV | 85.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 82 | 0 | 0.27 | 0.21 | 0.59 | 347.14 | 0.16 | 0.35 |
| Hex | 68 | 4C | 52 | 0 | 1B | 15 | 3B | 15B | 10 | 23 |
| Octal | 150 | 114 | 122 | 0 | 33 | 25 | 73 | 533 | 20 | 43 |
| Binary | 1101000 | 1001100 | 1010010 | 0 | 11011 | 10101 | 111011 | 101011011 | 10000 | 100011 |
Color Harmonies of #684C52
Complementary color
Monochromatic Colors of #684C52
Black with #684C52
Text Example
Text Example
White with #684C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C52; }
p { color: rgb(104,76,82); }
H1.HeaderClassName
{
color: #684C52;
}
.AnyTagClassName
{
color: #684C52;
}
</style>
background-color css
<style>
a { background-color: #684C52; }
a { background-color: rgb(104,76,82); }
div.DivClassName
{
background-color: #684C52;
}
.BgClassName
{
background-color: #684C52;
}
</style>
border-color css
<style>
span { border-color: #684C52; }
span { border-color: rgb(104,76,82); }
td.TdClassName
{
border-color: #684C52;
}
.TagClassName
{
border-color: #684C52;
}
</style>