Shades of Don Juan #604C4E
Tints of Don Juan #604C4E
RGB
CMYK
RGB Variations
Color information
#604C4E (or 0x604C4E) is known color: Don Juan. HEX triplet: 60, 4C and 4E. RGB value is (96,76,78). Sum of RGB (Red+Green+Blue) = 96+76+78=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #604C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C4E is #9FB3B1. Grayscale: #525252. Windows color (decimal): -10466226 or 5131360. OLE color: 5131360.
HSL color Cylindrical-coordinate representation of color #604C4E: hue angle of 354º 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 #604C4E is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 78 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.62 |
| HSL | 354º | 0.12% | 0.34% | - |
| HSV(B) | 354º | 0.21% | 0.38% | - |
| XYZ | 8.78 | 8.21 | 8.33 | - |
| YUV | 82.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 78 | 0 | 0.21 | 0.19 | 0.62 | 354 | 0.12 | 0.34 |
| Hex | 60 | 4C | 4E | 0 | 15 | 13 | 3E | 162 | C | 22 |
| Octal | 140 | 114 | 116 | 0 | 25 | 23 | 76 | 542 | 14 | 42 |
| Binary | 1100000 | 1001100 | 1001110 | 0 | 10101 | 10011 | 111110 | 101100010 | 1100 | 100010 |
Color Harmonies of #604C4E
Complementary color
Monochromatic Colors of #604C4E
Black with #604C4E
Text Example
Text Example
White with #604C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C4E; }
p { color: rgb(96,76,78); }
H1.HeaderClassName
{
color: #604C4E;
}
.AnyTagClassName
{
color: #604C4E;
}
</style>
background-color css
<style>
a { background-color: #604C4E; }
a { background-color: rgb(96,76,78); }
div.DivClassName
{
background-color: #604C4E;
}
.BgClassName
{
background-color: #604C4E;
}
</style>
border-color css
<style>
span { border-color: #604C4E; }
span { border-color: rgb(96,76,78); }
td.TdClassName
{
border-color: #604C4E;
}
.TagClassName
{
border-color: #604C4E;
}
</style>