Shades of Don Juan #604F51
Tints of Don Juan #604F51
RGB
CMYK
RGB Variations
Color information
#604F51 (or 0x604F51) is known color: Don Juan. HEX triplet: 60, 4F and 51. RGB value is (96,79,81). Sum of RGB (Red+Green+Blue) = 96+79+81=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #604F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F51 is #9FB0AE. Grayscale: #545454. Windows color (decimal): -10465455 or 5328736. OLE color: 5328736.
HSL color Cylindrical-coordinate representation of color #604F51: hue angle of 352.94º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #604F51 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 79 | 81 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.62 |
| HSL | 352.94º | 0.1% | 0.34% | - |
| HSV(B) | 352.94º | 0.18% | 0.38% | - |
| XYZ | 9.11 | 8.67 | 8.98 | - |
| YUV | 84.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 79 | 81 | 0 | 0.18 | 0.16 | 0.62 | 352.94 | 0.1 | 0.34 |
| Hex | 60 | 4F | 51 | 0 | 12 | 10 | 3E | 161 | A | 22 |
| Octal | 140 | 117 | 121 | 0 | 22 | 20 | 76 | 541 | 12 | 42 |
| Binary | 1100000 | 1001111 | 1010001 | 0 | 10010 | 10000 | 111110 | 101100001 | 1010 | 100010 |
Color Harmonies of #604F51
Complementary color
Monochromatic Colors of #604F51
Black with #604F51
Text Example
Text Example
White with #604F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604F51; }
p { color: rgb(96,79,81); }
H1.HeaderClassName
{
color: #604F51;
}
.AnyTagClassName
{
color: #604F51;
}
</style>
background-color css
<style>
a { background-color: #604F51; }
a { background-color: rgb(96,79,81); }
div.DivClassName
{
background-color: #604F51;
}
.BgClassName
{
background-color: #604F51;
}
</style>
border-color css
<style>
span { border-color: #604F51; }
span { border-color: rgb(96,79,81); }
td.TdClassName
{
border-color: #604F51;
}
.TagClassName
{
border-color: #604F51;
}
</style>