Shades of Don Juan #604C50
Tints of Don Juan #604C50
RGB
CMYK
RGB Variations
Color information
#604C50 (or 0x604C50) is known color: Don Juan. HEX triplet: 60, 4C and 50. RGB value is (96,76,80). Sum of RGB (Red+Green+Blue) = 96+76+80=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #604C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C50 is #9FB3AF. Grayscale: #525252. Windows color (decimal): -10466224 or 5262432. OLE color: 5262432.
HSL color Cylindrical-coordinate representation of color #604C50: hue angle of 348º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #604C50 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 80 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.62 |
| HSL | 348º | 0.12% | 0.34% | - |
| HSV(B) | 348º | 0.21% | 0.38% | - |
| XYZ | 8.86 | 8.23 | 8.71 | - |
| YUV | 82.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 80 | 0 | 0.21 | 0.17 | 0.62 | 348 | 0.12 | 0.34 |
| Hex | 60 | 4C | 50 | 0 | 15 | 11 | 3E | 15C | C | 22 |
| Octal | 140 | 114 | 120 | 0 | 25 | 21 | 76 | 534 | 14 | 42 |
| Binary | 1100000 | 1001100 | 1010000 | 0 | 10101 | 10001 | 111110 | 101011100 | 1100 | 100010 |
Color Harmonies of #604C50
Complementary color
Monochromatic Colors of #604C50
Black with #604C50
Text Example
Text Example
White with #604C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C50; }
p { color: rgb(96,76,80); }
H1.HeaderClassName
{
color: #604C50;
}
.AnyTagClassName
{
color: #604C50;
}
</style>
background-color css
<style>
a { background-color: #604C50; }
a { background-color: rgb(96,76,80); }
div.DivClassName
{
background-color: #604C50;
}
.BgClassName
{
background-color: #604C50;
}
</style>
border-color css
<style>
span { border-color: #604C50; }
span { border-color: rgb(96,76,80); }
td.TdClassName
{
border-color: #604C50;
}
.TagClassName
{
border-color: #604C50;
}
</style>