Shades of Don Juan #624F50
Tints of Don Juan #624F50
RGB
CMYK
RGB Variations
Color information
#624F50 (or 0x624F50) is known color: Don Juan. HEX triplet: 62, 4F and 50. RGB value is (98,79,80). Sum of RGB (Red+Green+Blue) = 98+79+80=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #624F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F50 is #9DB0AF. Grayscale: #545454. Windows color (decimal): -10334384 or 5263202. OLE color: 5263202.
HSL color Cylindrical-coordinate representation of color #624F50: hue angle of 356.84º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #624F50 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 80 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.62 |
| HSL | 356.84º | 0.11% | 0.35% | - |
| HSV(B) | 356.84º | 0.19% | 0.38% | - |
| XYZ | 9.28 | 8.77 | 8.79 | - |
| YUV | 84.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 80 | 0 | 0.19 | 0.18 | 0.62 | 356.84 | 0.11 | 0.35 |
| Hex | 62 | 4F | 50 | 0 | 13 | 12 | 3E | 165 | B | 23 |
| Octal | 142 | 117 | 120 | 0 | 23 | 22 | 76 | 545 | 13 | 43 |
| Binary | 1100010 | 1001111 | 1010000 | 0 | 10011 | 10010 | 111110 | 101100101 | 1011 | 100011 |
Color Harmonies of #624F50
Complementary color
Monochromatic Colors of #624F50
Black with #624F50
Text Example
Text Example
White with #624F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F50; }
p { color: rgb(98,79,80); }
H1.HeaderClassName
{
color: #624F50;
}
.AnyTagClassName
{
color: #624F50;
}
</style>
background-color css
<style>
a { background-color: #624F50; }
a { background-color: rgb(98,79,80); }
div.DivClassName
{
background-color: #624F50;
}
.BgClassName
{
background-color: #624F50;
}
</style>
border-color css
<style>
span { border-color: #624F50; }
span { border-color: rgb(98,79,80); }
td.TdClassName
{
border-color: #624F50;
}
.TagClassName
{
border-color: #624F50;
}
</style>