Shades of Don Juan #604D50
Tints of Don Juan #604D50
RGB
CMYK
RGB Variations
Color information
#604D50 (or 0x604D50) is known color: Don Juan. HEX triplet: 60, 4D and 50. RGB value is (96,77,80). Sum of RGB (Red+Green+Blue) = 96+77+80=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #604D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D50 is #9FB2AF. Grayscale: #535353. Windows color (decimal): -10465968 or 5262688. OLE color: 5262688.
HSL color Cylindrical-coordinate representation of color #604D50: hue angle of 350.53º 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 #604D50 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 80 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.62 |
| HSL | 350.53º | 0.11% | 0.34% | - |
| HSV(B) | 350.53º | 0.2% | 0.38% | - |
| XYZ | 8.93 | 8.37 | 8.74 | - |
| YUV | 83.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 80 | 0 | 0.20 | 0.17 | 0.62 | 350.53 | 0.11 | 0.34 |
| Hex | 60 | 4D | 50 | 0 | 14 | 11 | 3E | 15F | B | 22 |
| Octal | 140 | 115 | 120 | 0 | 24 | 21 | 76 | 537 | 13 | 42 |
| Binary | 1100000 | 1001101 | 1010000 | 0 | 10100 | 10001 | 111110 | 101011111 | 1011 | 100010 |
Color Harmonies of #604D50
Complementary color
Monochromatic Colors of #604D50
Black with #604D50
Text Example
Text Example
White with #604D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D50; }
p { color: rgb(96,77,80); }
H1.HeaderClassName
{
color: #604D50;
}
.AnyTagClassName
{
color: #604D50;
}
</style>
background-color css
<style>
a { background-color: #604D50; }
a { background-color: rgb(96,77,80); }
div.DivClassName
{
background-color: #604D50;
}
.BgClassName
{
background-color: #604D50;
}
</style>
border-color css
<style>
span { border-color: #604D50; }
span { border-color: rgb(96,77,80); }
td.TdClassName
{
border-color: #604D50;
}
.TagClassName
{
border-color: #604D50;
}
</style>