Shades of Don Juan #684C53
Tints of Don Juan #684C53
RGB
CMYK
RGB Variations
Color information
#684C53 (or 0x684C53) is known color: Don Juan. HEX triplet: 68, 4C and 53. RGB value is (104,76,83). Sum of RGB (Red+Green+Blue) = 104+76+83=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #684C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C53 is #97B3AC. Grayscale: #555555. Windows color (decimal): -9941933 or 5459048. OLE color: 5459048.
HSL color Cylindrical-coordinate representation of color #684C53: hue angle of 345º 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 #684C53 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 83 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.59 |
| HSL | 345º | 0.16% | 0.35% | - |
| HSV(B) | 345º | 0.27% | 0.41% | - |
| XYZ | 9.85 | 8.74 | 9.35 | - |
| YUV | 85.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 83 | 0 | 0.27 | 0.20 | 0.59 | 345 | 0.16 | 0.35 |
| Hex | 68 | 4C | 53 | 0 | 1B | 14 | 3B | 159 | 10 | 23 |
| Octal | 150 | 114 | 123 | 0 | 33 | 24 | 73 | 531 | 20 | 43 |
| Binary | 1101000 | 1001100 | 1010011 | 0 | 11011 | 10100 | 111011 | 101011001 | 10000 | 100011 |
Color Harmonies of #684C53
Complementary color
Monochromatic Colors of #684C53
Black with #684C53
Text Example
Text Example
White with #684C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C53; }
p { color: rgb(104,76,83); }
H1.HeaderClassName
{
color: #684C53;
}
.AnyTagClassName
{
color: #684C53;
}
</style>
background-color css
<style>
a { background-color: #684C53; }
a { background-color: rgb(104,76,83); }
div.DivClassName
{
background-color: #684C53;
}
.BgClassName
{
background-color: #684C53;
}
</style>
border-color css
<style>
span { border-color: #684C53; }
span { border-color: rgb(104,76,83); }
td.TdClassName
{
border-color: #684C53;
}
.TagClassName
{
border-color: #684C53;
}
</style>