Shades of Don Juan #684C4F
Tints of Don Juan #684C4F
RGB
CMYK
RGB Variations
Color information
#684C4F (or 0x684C4F) is known color: Don Juan. HEX triplet: 68, 4C and 4F. RGB value is (104,76,79). Sum of RGB (Red+Green+Blue) = 104+76+79=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #684C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C4F is #97B3B0. Grayscale: #545454. Windows color (decimal): -9941937 or 5196904. OLE color: 5196904.
HSL color Cylindrical-coordinate representation of color #684C4F: hue angle of 353.57º 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 #684C4F is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 79 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.59 |
| HSL | 353.57º | 0.16% | 0.35% | - |
| HSV(B) | 353.57º | 0.27% | 0.41% | - |
| XYZ | 9.7 | 8.68 | 8.56 | - |
| YUV | 84.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 79 | 0 | 0.27 | 0.24 | 0.59 | 353.57 | 0.16 | 0.35 |
| Hex | 68 | 4C | 4F | 0 | 1B | 18 | 3B | 162 | 10 | 23 |
| Octal | 150 | 114 | 117 | 0 | 33 | 30 | 73 | 542 | 20 | 43 |
| Binary | 1101000 | 1001100 | 1001111 | 0 | 11011 | 11000 | 111011 | 101100010 | 10000 | 100011 |
Color Harmonies of #684C4F
Complementary color
Monochromatic Colors of #684C4F
Black with #684C4F
Text Example
Text Example
White with #684C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C4F; }
p { color: rgb(104,76,79); }
H1.HeaderClassName
{
color: #684C4F;
}
.AnyTagClassName
{
color: #684C4F;
}
</style>
background-color css
<style>
a { background-color: #684C4F; }
a { background-color: rgb(104,76,79); }
div.DivClassName
{
background-color: #684C4F;
}
.BgClassName
{
background-color: #684C4F;
}
</style>
border-color css
<style>
span { border-color: #684C4F; }
span { border-color: rgb(104,76,79); }
td.TdClassName
{
border-color: #684C4F;
}
.TagClassName
{
border-color: #684C4F;
}
</style>