Shades of Don Juan #684F54
Tints of Don Juan #684F54
RGB
CMYK
RGB Variations
Color information
#684F54 (or 0x684F54) is known color: Don Juan. HEX triplet: 68, 4F and 54. RGB value is (104,79,84). Sum of RGB (Red+Green+Blue) = 104+79+84=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #684F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F54 is #97B0AB. Grayscale: #575757. Windows color (decimal): -9941164 or 5525352. OLE color: 5525352.
HSL color Cylindrical-coordinate representation of color #684F54: hue angle of 348º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #684F54 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 84 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.59 |
| HSL | 348º | 0.14% | 0.36% | - |
| HSV(B) | 348º | 0.24% | 0.41% | - |
| XYZ | 10.11 | 9.18 | 9.63 | - |
| YUV | 87.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 84 | 0 | 0.24 | 0.19 | 0.59 | 348 | 0.14 | 0.36 |
| Hex | 68 | 4F | 54 | 0 | 18 | 13 | 3B | 15C | E | 24 |
| Octal | 150 | 117 | 124 | 0 | 30 | 23 | 73 | 534 | 16 | 44 |
| Binary | 1101000 | 1001111 | 1010100 | 0 | 11000 | 10011 | 111011 | 101011100 | 1110 | 100100 |
Color Harmonies of #684F54
Complementary color
Monochromatic Colors of #684F54
Black with #684F54
Text Example
Text Example
White with #684F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F54; }
p { color: rgb(104,79,84); }
H1.HeaderClassName
{
color: #684F54;
}
.AnyTagClassName
{
color: #684F54;
}
</style>
background-color css
<style>
a { background-color: #684F54; }
a { background-color: rgb(104,79,84); }
div.DivClassName
{
background-color: #684F54;
}
.BgClassName
{
background-color: #684F54;
}
</style>
border-color css
<style>
span { border-color: #684F54; }
span { border-color: rgb(104,79,84); }
td.TdClassName
{
border-color: #684F54;
}
.TagClassName
{
border-color: #684F54;
}
</style>