Shades of Don Juan #624E52
Tints of Don Juan #624E52
RGB
CMYK
RGB Variations
Color information
#624E52 (or 0x624E52) is known color: Don Juan. HEX triplet: 62, 4E and 52. RGB value is (98,78,82). Sum of RGB (Red+Green+Blue) = 98+78+82=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #624E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624E52 is #9DB1AD. Grayscale: #545454. Windows color (decimal): -10334638 or 5394018. OLE color: 5394018.
HSL color Cylindrical-coordinate representation of color #624E52: hue angle of 348º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #624E52 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 82 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.62 |
| HSL | 348º | 0.11% | 0.35% | - |
| HSV(B) | 348º | 0.2% | 0.38% | - |
| XYZ | 9.28 | 8.65 | 9.16 | - |
| YUV | 84.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 82 | 0 | 0.20 | 0.16 | 0.62 | 348 | 0.11 | 0.35 |
| Hex | 62 | 4E | 52 | 0 | 14 | 10 | 3E | 15C | B | 23 |
| Octal | 142 | 116 | 122 | 0 | 24 | 20 | 76 | 534 | 13 | 43 |
| Binary | 1100010 | 1001110 | 1010010 | 0 | 10100 | 10000 | 111110 | 101011100 | 1011 | 100011 |
Color Harmonies of #624E52
Complementary color
Monochromatic Colors of #624E52
Black with #624E52
Text Example
Text Example
White with #624E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E52; }
p { color: rgb(98,78,82); }
H1.HeaderClassName
{
color: #624E52;
}
.AnyTagClassName
{
color: #624E52;
}
</style>
background-color css
<style>
a { background-color: #624E52; }
a { background-color: rgb(98,78,82); }
div.DivClassName
{
background-color: #624E52;
}
.BgClassName
{
background-color: #624E52;
}
</style>
border-color css
<style>
span { border-color: #624E52; }
span { border-color: rgb(98,78,82); }
td.TdClassName
{
border-color: #624E52;
}
.TagClassName
{
border-color: #624E52;
}
</style>