Shades of Don Juan #624C4F
Tints of Don Juan #624C4F
RGB
CMYK
RGB Variations
Color information
#624C4F (or 0x624C4F) is known color: Don Juan. HEX triplet: 62, 4C and 4F. RGB value is (98,76,79). Sum of RGB (Red+Green+Blue) = 98+76+79=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #624C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624C4F is #9DB3B0. Grayscale: #525252. Windows color (decimal): -10335153 or 5196898. OLE color: 5196898.
HSL color Cylindrical-coordinate representation of color #624C4F: hue angle of 351.82º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #624C4F is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 76 | 79 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.62 |
| HSL | 351.82º | 0.13% | 0.34% | - |
| HSV(B) | 351.82º | 0.22% | 0.38% | - |
| XYZ | 9.03 | 8.33 | 8.53 | - |
| YUV | 82.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 79 | 0 | 0.22 | 0.19 | 0.62 | 351.82 | 0.13 | 0.34 |
| Hex | 62 | 4C | 4F | 0 | 16 | 13 | 3E | 160 | D | 22 |
| Octal | 142 | 114 | 117 | 0 | 26 | 23 | 76 | 540 | 15 | 42 |
| Binary | 1100010 | 1001100 | 1001111 | 0 | 10110 | 10011 | 111110 | 101100000 | 1101 | 100010 |
Color Harmonies of #624C4F
Complementary color
Monochromatic Colors of #624C4F
Black with #624C4F
Text Example
Text Example
White with #624C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C4F; }
p { color: rgb(98,76,79); }
H1.HeaderClassName
{
color: #624C4F;
}
.AnyTagClassName
{
color: #624C4F;
}
</style>
background-color css
<style>
a { background-color: #624C4F; }
a { background-color: rgb(98,76,79); }
div.DivClassName
{
background-color: #624C4F;
}
.BgClassName
{
background-color: #624C4F;
}
</style>
border-color css
<style>
span { border-color: #624C4F; }
span { border-color: rgb(98,76,79); }
td.TdClassName
{
border-color: #624C4F;
}
.TagClassName
{
border-color: #624C4F;
}
</style>