Shades of Don Juan #604E50
Tints of Don Juan #604E50
RGB
CMYK
RGB Variations
Color information
#604E50 (or 0x604E50) is known color: Don Juan. HEX triplet: 60, 4E and 50. RGB value is (96,78,80). Sum of RGB (Red+Green+Blue) = 96+78+80=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #604E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E50 is #9FB1AF. Grayscale: #535353. Windows color (decimal): -10465712 or 5262944. OLE color: 5262944.
HSL color Cylindrical-coordinate representation of color #604E50: hue angle of 353.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #604E50 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 78 | 80 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.62 |
| HSL | 353.33º | 0.1% | 0.34% | - |
| HSV(B) | 353.33º | 0.19% | 0.38% | - |
| XYZ | 9 | 8.51 | 8.76 | - |
| YUV | 83.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 80 | 0 | 0.19 | 0.17 | 0.62 | 353.33 | 0.1 | 0.34 |
| Hex | 60 | 4E | 50 | 0 | 13 | 11 | 3E | 161 | A | 22 |
| Octal | 140 | 116 | 120 | 0 | 23 | 21 | 76 | 541 | 12 | 42 |
| Binary | 1100000 | 1001110 | 1010000 | 0 | 10011 | 10001 | 111110 | 101100001 | 1010 | 100010 |
Color Harmonies of #604E50
Complementary color
Monochromatic Colors of #604E50
Black with #604E50
Text Example
Text Example
White with #604E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E50; }
p { color: rgb(96,78,80); }
H1.HeaderClassName
{
color: #604E50;
}
.AnyTagClassName
{
color: #604E50;
}
</style>
background-color css
<style>
a { background-color: #604E50; }
a { background-color: rgb(96,78,80); }
div.DivClassName
{
background-color: #604E50;
}
.BgClassName
{
background-color: #604E50;
}
</style>
border-color css
<style>
span { border-color: #604E50; }
span { border-color: rgb(96,78,80); }
td.TdClassName
{
border-color: #604E50;
}
.TagClassName
{
border-color: #604E50;
}
</style>