Shades of Don Juan #68464B
Tints of Don Juan #68464B
RGB
CMYK
RGB Variations
Color information
#68464B (or 0x68464B) is known color: Don Juan. HEX triplet: 68, 46 and 4B. RGB value is (104,70,75). Sum of RGB (Red+Green+Blue) = 104+70+75=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68464B is #97B9B4. Grayscale: #505050. Windows color (decimal): -9943477 or 4933224. OLE color: 4933224.
HSL color Cylindrical-coordinate representation of color #68464B: hue angle of 351.18º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68464B is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 70 | 75 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.59 |
| HSL | 351.18º | 0.2% | 0.34% | - |
| HSV(B) | 351.18º | 0.33% | 0.41% | - |
| XYZ | 9.17 | 7.83 | 7.68 | - |
| YUV | 80.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 70 | 75 | 0 | 0.33 | 0.28 | 0.59 | 351.18 | 0.2 | 0.34 |
| Hex | 68 | 46 | 4B | 0 | 21 | 1C | 3B | 15F | 14 | 22 |
| Octal | 150 | 106 | 113 | 0 | 41 | 34 | 73 | 537 | 24 | 42 |
| Binary | 1101000 | 1000110 | 1001011 | 0 | 100001 | 11100 | 111011 | 101011111 | 10100 | 100010 |
Color Harmonies of #68464B
Complementary color
Monochromatic Colors of #68464B
Black with #68464B
Text Example
Text Example
White with #68464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68464B; }
p { color: rgb(104,70,75); }
H1.HeaderClassName
{
color: #68464B;
}
.AnyTagClassName
{
color: #68464B;
}
</style>
background-color css
<style>
a { background-color: #68464B; }
a { background-color: rgb(104,70,75); }
div.DivClassName
{
background-color: #68464B;
}
.BgClassName
{
background-color: #68464B;
}
</style>
border-color css
<style>
span { border-color: #68464B; }
span { border-color: rgb(104,70,75); }
td.TdClassName
{
border-color: #68464B;
}
.TagClassName
{
border-color: #68464B;
}
</style>