Shades of Don Juan #624D50
Tints of Don Juan #624D50
RGB
CMYK
RGB Variations
Color information
#624D50 (or 0x624D50) is known color: Don Juan. HEX triplet: 62, 4D and 50. RGB value is (98,77,80). Sum of RGB (Red+Green+Blue) = 98+77+80=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 98 - color contains mainly: red. Hex color #624D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624D50 is #9DB2AF. Grayscale: #535353. Windows color (decimal): -10334896 or 5262690. OLE color: 5262690.
HSL color Cylindrical-coordinate representation of color #624D50: hue angle of 351.43º 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 #624D50 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 80 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.62 |
| HSL | 351.43º | 0.12% | 0.34% | - |
| HSV(B) | 351.43º | 0.21% | 0.38% | - |
| XYZ | 9.14 | 8.48 | 8.75 | - |
| YUV | 83.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 80 | 0 | 0.21 | 0.18 | 0.62 | 351.43 | 0.12 | 0.34 |
| Hex | 62 | 4D | 50 | 0 | 15 | 12 | 3E | 15F | C | 22 |
| Octal | 142 | 115 | 120 | 0 | 25 | 22 | 76 | 537 | 14 | 42 |
| Binary | 1100010 | 1001101 | 1010000 | 0 | 10101 | 10010 | 111110 | 101011111 | 1100 | 100010 |
Color Harmonies of #624D50
Complementary color
Monochromatic Colors of #624D50
Black with #624D50
Text Example
Text Example
White with #624D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D50; }
p { color: rgb(98,77,80); }
H1.HeaderClassName
{
color: #624D50;
}
.AnyTagClassName
{
color: #624D50;
}
</style>
background-color css
<style>
a { background-color: #624D50; }
a { background-color: rgb(98,77,80); }
div.DivClassName
{
background-color: #624D50;
}
.BgClassName
{
background-color: #624D50;
}
</style>
border-color css
<style>
span { border-color: #624D50; }
span { border-color: rgb(98,77,80); }
td.TdClassName
{
border-color: #624D50;
}
.TagClassName
{
border-color: #624D50;
}
</style>