Shades of Don Juan #624D4F
Tints of Don Juan #624D4F
RGB
CMYK
RGB Variations
Color information
#624D4F (or 0x624D4F) is known color: Don Juan. HEX triplet: 62, 4D and 4F. RGB value is (98,77,79). Sum of RGB (Red+Green+Blue) = 98+77+79=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 98 - color contains mainly: red. Hex color #624D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624D4F is #9DB2B0. Grayscale: #535353. Windows color (decimal): -10334897 or 5197154. OLE color: 5197154.
HSL color Cylindrical-coordinate representation of color #624D4F: hue angle of 354.29º 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 #624D4F is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 79 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.62 |
| HSL | 354.29º | 0.12% | 0.34% | - |
| HSV(B) | 354.29º | 0.21% | 0.38% | - |
| XYZ | 9.1 | 8.47 | 8.55 | - |
| YUV | 83.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 79 | 0 | 0.21 | 0.19 | 0.62 | 354.29 | 0.12 | 0.34 |
| Hex | 62 | 4D | 4F | 0 | 15 | 13 | 3E | 162 | C | 22 |
| Octal | 142 | 115 | 117 | 0 | 25 | 23 | 76 | 542 | 14 | 42 |
| Binary | 1100010 | 1001101 | 1001111 | 0 | 10101 | 10011 | 111110 | 101100010 | 1100 | 100010 |
Color Harmonies of #624D4F
Complementary color
Monochromatic Colors of #624D4F
Black with #624D4F
Text Example
Text Example
White with #624D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D4F; }
p { color: rgb(98,77,79); }
H1.HeaderClassName
{
color: #624D4F;
}
.AnyTagClassName
{
color: #624D4F;
}
</style>
background-color css
<style>
a { background-color: #624D4F; }
a { background-color: rgb(98,77,79); }
div.DivClassName
{
background-color: #624D4F;
}
.BgClassName
{
background-color: #624D4F;
}
</style>
border-color css
<style>
span { border-color: #624D4F; }
span { border-color: rgb(98,77,79); }
td.TdClassName
{
border-color: #624D4F;
}
.TagClassName
{
border-color: #624D4F;
}
</style>