Shades of Don Juan #62494D
Tints of Don Juan #62494D
RGB
CMYK
RGB Variations
Color information
#62494D (or 0x62494D) is known color: Don Juan. HEX triplet: 62, 49 and 4D. RGB value is (98,73,77). Sum of RGB (Red+Green+Blue) = 98+73+77=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #62494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62494D is #9DB6B2. Grayscale: #505050. Windows color (decimal): -10335923 or 5065058. OLE color: 5065058.
HSL color Cylindrical-coordinate representation of color #62494D: hue angle of 350.4º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62494D is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 73 | 77 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.62 |
| HSL | 350.4º | 0.15% | 0.34% | - |
| HSV(B) | 350.4º | 0.26% | 0.38% | - |
| XYZ | 8.76 | 7.9 | 8.08 | - |
| YUV | 80.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 77 | 0 | 0.26 | 0.21 | 0.62 | 350.4 | 0.15 | 0.34 |
| Hex | 62 | 49 | 4D | 0 | 1A | 15 | 3E | 15E | F | 22 |
| Octal | 142 | 111 | 115 | 0 | 32 | 25 | 76 | 536 | 17 | 42 |
| Binary | 1100010 | 1001001 | 1001101 | 0 | 11010 | 10101 | 111110 | 101011110 | 1111 | 100010 |
Color Harmonies of #62494D
Complementary color
Monochromatic Colors of #62494D
Black with #62494D
Text Example
Text Example
White with #62494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62494D; }
p { color: rgb(98,73,77); }
H1.HeaderClassName
{
color: #62494D;
}
.AnyTagClassName
{
color: #62494D;
}
</style>
background-color css
<style>
a { background-color: #62494D; }
a { background-color: rgb(98,73,77); }
div.DivClassName
{
background-color: #62494D;
}
.BgClassName
{
background-color: #62494D;
}
</style>
border-color css
<style>
span { border-color: #62494D; }
span { border-color: rgb(98,73,77); }
td.TdClassName
{
border-color: #62494D;
}
.TagClassName
{
border-color: #62494D;
}
</style>