Shades of Don Juan #604C52
Tints of Don Juan #604C52
RGB
CMYK
RGB Variations
Color information
#604C52 (or 0x604C52) is known color: Don Juan. HEX triplet: 60, 4C and 52. RGB value is (96,76,82). Sum of RGB (Red+Green+Blue) = 96+76+82=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #604C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C52 is #9FB3AD. Grayscale: #525252. Windows color (decimal): -10466222 or 5393504. OLE color: 5393504.
HSL color Cylindrical-coordinate representation of color #604C52: hue angle of 342º 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 #604C52 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 82 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.62 |
| HSL | 342º | 0.12% | 0.34% | - |
| HSV(B) | 342º | 0.21% | 0.38% | - |
| XYZ | 8.93 | 8.26 | 9.11 | - |
| YUV | 82.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 82 | 0 | 0.21 | 0.15 | 0.62 | 342 | 0.12 | 0.34 |
| Hex | 60 | 4C | 52 | 0 | 15 | F | 3E | 156 | C | 22 |
| Octal | 140 | 114 | 122 | 0 | 25 | 17 | 76 | 526 | 14 | 42 |
| Binary | 1100000 | 1001100 | 1010010 | 0 | 10101 | 1111 | 111110 | 101010110 | 1100 | 100010 |
Color Harmonies of #604C52
Complementary color
Monochromatic Colors of #604C52
Black with #604C52
Text Example
Text Example
White with #604C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C52; }
p { color: rgb(96,76,82); }
H1.HeaderClassName
{
color: #604C52;
}
.AnyTagClassName
{
color: #604C52;
}
</style>
background-color css
<style>
a { background-color: #604C52; }
a { background-color: rgb(96,76,82); }
div.DivClassName
{
background-color: #604C52;
}
.BgClassName
{
background-color: #604C52;
}
</style>
border-color css
<style>
span { border-color: #604C52; }
span { border-color: rgb(96,76,82); }
td.TdClassName
{
border-color: #604C52;
}
.TagClassName
{
border-color: #604C52;
}
</style>