Shades of Don Juan #68484D
Tints of Don Juan #68484D
RGB
CMYK
RGB Variations
Color information
#68484D (or 0x68484D) is known color: Don Juan. HEX triplet: 68, 48 and 4D. RGB value is (104,72,77). Sum of RGB (Red+Green+Blue) = 104+72+77=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #68484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68484D is #97B7B2. Grayscale: #525252. Windows color (decimal): -9942963 or 5064808. OLE color: 5064808.
HSL color Cylindrical-coordinate representation of color #68484D: hue angle of 350.62º 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 #68484D is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 72 | 77 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.59 |
| HSL | 350.63º | 0.18% | 0.35% | - |
| HSV(B) | 350.63º | 0.31% | 0.41% | - |
| XYZ | 9.37 | 8.11 | 8.09 | - |
| YUV | 82.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 77 | 0 | 0.31 | 0.26 | 0.59 | 350.63 | 0.18 | 0.35 |
| Hex | 68 | 48 | 4D | 0 | 1F | 1A | 3B | 15F | 12 | 23 |
| Octal | 150 | 110 | 115 | 0 | 37 | 32 | 73 | 537 | 22 | 43 |
| Binary | 1101000 | 1001000 | 1001101 | 0 | 11111 | 11010 | 111011 | 101011111 | 10010 | 100011 |
Color Harmonies of #68484D
Complementary color
Monochromatic Colors of #68484D
Black with #68484D
Text Example
Text Example
White with #68484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68484D; }
p { color: rgb(104,72,77); }
H1.HeaderClassName
{
color: #68484D;
}
.AnyTagClassName
{
color: #68484D;
}
</style>
background-color css
<style>
a { background-color: #68484D; }
a { background-color: rgb(104,72,77); }
div.DivClassName
{
background-color: #68484D;
}
.BgClassName
{
background-color: #68484D;
}
</style>
border-color css
<style>
span { border-color: #68484D; }
span { border-color: rgb(104,72,77); }
td.TdClassName
{
border-color: #68484D;
}
.TagClassName
{
border-color: #68484D;
}
</style>