Shades of Don Juan #684B50
Tints of Don Juan #684B50
RGB
CMYK
RGB Variations
Color information
#684B50 (or 0x684B50) is known color: Don Juan. HEX triplet: 68, 4B and 50. RGB value is (104,75,80). Sum of RGB (Red+Green+Blue) = 104+75+80=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #684B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B50 is #97B4AF. Grayscale: #545454. Windows color (decimal): -9942192 or 5262184. OLE color: 5262184.
HSL color Cylindrical-coordinate representation of color #684B50: hue angle of 349.66º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #684B50 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 75 | 80 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.59 |
| HSL | 349.66º | 0.16% | 0.35% | - |
| HSV(B) | 349.66º | 0.28% | 0.41% | - |
| XYZ | 9.67 | 8.55 | 8.73 | - |
| YUV | 84.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 75 | 80 | 0 | 0.28 | 0.23 | 0.59 | 349.66 | 0.16 | 0.35 |
| Hex | 68 | 4B | 50 | 0 | 1C | 17 | 3B | 15E | 10 | 23 |
| Octal | 150 | 113 | 120 | 0 | 34 | 27 | 73 | 536 | 20 | 43 |
| Binary | 1101000 | 1001011 | 1010000 | 0 | 11100 | 10111 | 111011 | 101011110 | 10000 | 100011 |
Color Harmonies of #684B50
Complementary color
Monochromatic Colors of #684B50
Black with #684B50
Text Example
Text Example
White with #684B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684B50; }
p { color: rgb(104,75,80); }
H1.HeaderClassName
{
color: #684B50;
}
.AnyTagClassName
{
color: #684B50;
}
</style>
background-color css
<style>
a { background-color: #684B50; }
a { background-color: rgb(104,75,80); }
div.DivClassName
{
background-color: #684B50;
}
.BgClassName
{
background-color: #684B50;
}
</style>
border-color css
<style>
span { border-color: #684B50; }
span { border-color: rgb(104,75,80); }
td.TdClassName
{
border-color: #684B50;
}
.TagClassName
{
border-color: #684B50;
}
</style>