Shades of Don Juan #604D53
Tints of Don Juan #604D53
RGB
CMYK
RGB Variations
Color information
#604D53 (or 0x604D53) is known color: Don Juan. HEX triplet: 60, 4D and 53. RGB value is (96,77,83). Sum of RGB (Red+Green+Blue) = 96+77+83=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #604D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D53 is #9FB2AC. Grayscale: #535353. Windows color (decimal): -10465965 or 5459296. OLE color: 5459296.
HSL color Cylindrical-coordinate representation of color #604D53: hue angle of 341.05º 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 #604D53 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 83 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.62 |
| HSL | 341.05º | 0.11% | 0.34% | - |
| HSV(B) | 341.05º | 0.2% | 0.38% | - |
| XYZ | 9.04 | 8.42 | 9.33 | - |
| YUV | 83.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 83 | 0 | 0.20 | 0.14 | 0.62 | 341.05 | 0.11 | 0.34 |
| Hex | 60 | 4D | 53 | 0 | 14 | E | 3E | 155 | B | 22 |
| Octal | 140 | 115 | 123 | 0 | 24 | 16 | 76 | 525 | 13 | 42 |
| Binary | 1100000 | 1001101 | 1010011 | 0 | 10100 | 1110 | 111110 | 101010101 | 1011 | 100010 |
Color Harmonies of #604D53
Complementary color
Monochromatic Colors of #604D53
Black with #604D53
Text Example
Text Example
White with #604D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D53; }
p { color: rgb(96,77,83); }
H1.HeaderClassName
{
color: #604D53;
}
.AnyTagClassName
{
color: #604D53;
}
</style>
background-color css
<style>
a { background-color: #604D53; }
a { background-color: rgb(96,77,83); }
div.DivClassName
{
background-color: #604D53;
}
.BgClassName
{
background-color: #604D53;
}
</style>
border-color css
<style>
span { border-color: #604D53; }
span { border-color: rgb(96,77,83); }
td.TdClassName
{
border-color: #604D53;
}
.TagClassName
{
border-color: #604D53;
}
</style>