Shades of Don Juan #604D4E
Tints of Don Juan #604D4E
RGB
CMYK
RGB Variations
Color information
#604D4E (or 0x604D4E) is known color: Don Juan. HEX triplet: 60, 4D and 4E. RGB value is (96,77,78). Sum of RGB (Red+Green+Blue) = 96+77+78=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #604D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D4E is #9FB2B1. Grayscale: #525252. Windows color (decimal): -10465970 or 5131616. OLE color: 5131616.
HSL color Cylindrical-coordinate representation of color #604D4E: hue angle of 356.84º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #604D4E is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 78 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.62 |
| HSL | 356.84º | 0.11% | 0.34% | - |
| HSV(B) | 356.84º | 0.2% | 0.38% | - |
| XYZ | 8.85 | 8.34 | 8.35 | - |
| YUV | 82.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 78 | 0 | 0.20 | 0.19 | 0.62 | 356.84 | 0.11 | 0.34 |
| Hex | 60 | 4D | 4E | 0 | 14 | 13 | 3E | 165 | B | 22 |
| Octal | 140 | 115 | 116 | 0 | 24 | 23 | 76 | 545 | 13 | 42 |
| Binary | 1100000 | 1001101 | 1001110 | 0 | 10100 | 10011 | 111110 | 101100101 | 1011 | 100010 |
Color Harmonies of #604D4E
Complementary color
Monochromatic Colors of #604D4E
Black with #604D4E
Text Example
Text Example
White with #604D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D4E; }
p { color: rgb(96,77,78); }
H1.HeaderClassName
{
color: #604D4E;
}
.AnyTagClassName
{
color: #604D4E;
}
</style>
background-color css
<style>
a { background-color: #604D4E; }
a { background-color: rgb(96,77,78); }
div.DivClassName
{
background-color: #604D4E;
}
.BgClassName
{
background-color: #604D4E;
}
</style>
border-color css
<style>
span { border-color: #604D4E; }
span { border-color: rgb(96,77,78); }
td.TdClassName
{
border-color: #604D4E;
}
.TagClassName
{
border-color: #604D4E;
}
</style>