Shades of Don Juan #68484E
Tints of Don Juan #68484E
RGB
CMYK
RGB Variations
Color information
#68484E (or 0x68484E) is known color: Don Juan. HEX triplet: 68, 48 and 4E. RGB value is (104,72,78). Sum of RGB (Red+Green+Blue) = 104+72+78=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #68484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68484E is #97B7B1. Grayscale: #525252. Windows color (decimal): -9942962 or 5130344. OLE color: 5130344.
HSL color Cylindrical-coordinate representation of color #68484E: hue angle of 348.75º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68484E is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 72 | 78 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.59 |
| HSL | 348.75º | 0.18% | 0.35% | - |
| HSV(B) | 348.75º | 0.31% | 0.41% | - |
| XYZ | 9.4 | 8.13 | 8.28 | - |
| YUV | 82.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 78 | 0 | 0.31 | 0.25 | 0.59 | 348.75 | 0.18 | 0.35 |
| Hex | 68 | 48 | 4E | 0 | 1F | 19 | 3B | 15D | 12 | 23 |
| Octal | 150 | 110 | 116 | 0 | 37 | 31 | 73 | 535 | 22 | 43 |
| Binary | 1101000 | 1001000 | 1001110 | 0 | 11111 | 11001 | 111011 | 101011101 | 10010 | 100011 |
Color Harmonies of #68484E
Complementary color
Monochromatic Colors of #68484E
Black with #68484E
Text Example
Text Example
White with #68484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68484E; }
p { color: rgb(104,72,78); }
H1.HeaderClassName
{
color: #68484E;
}
.AnyTagClassName
{
color: #68484E;
}
</style>
background-color css
<style>
a { background-color: #68484E; }
a { background-color: rgb(104,72,78); }
div.DivClassName
{
background-color: #68484E;
}
.BgClassName
{
background-color: #68484E;
}
</style>
border-color css
<style>
span { border-color: #68484E; }
span { border-color: rgb(104,72,78); }
td.TdClassName
{
border-color: #68484E;
}
.TagClassName
{
border-color: #68484E;
}
</style>