Shades of Don Juan #624B4D
Tints of Don Juan #624B4D
RGB
CMYK
RGB Variations
Color information
#624B4D (or 0x624B4D) is known color: Don Juan. HEX triplet: 62, 4B and 4D. RGB value is (98,75,77). Sum of RGB (Red+Green+Blue) = 98+75+77=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #624B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624B4D is #9DB4B2. Grayscale: #525252. Windows color (decimal): -10335411 or 5065570. OLE color: 5065570.
HSL color Cylindrical-coordinate representation of color #624B4D: hue angle of 354.78º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #624B4D is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 77 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.62 |
| HSL | 354.78º | 0.13% | 0.34% | - |
| HSV(B) | 354.78º | 0.23% | 0.38% | - |
| XYZ | 8.89 | 8.16 | 8.13 | - |
| YUV | 82.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 77 | 0 | 0.23 | 0.21 | 0.62 | 354.78 | 0.13 | 0.34 |
| Hex | 62 | 4B | 4D | 0 | 17 | 15 | 3E | 163 | D | 22 |
| Octal | 142 | 113 | 115 | 0 | 27 | 25 | 76 | 543 | 15 | 42 |
| Binary | 1100010 | 1001011 | 1001101 | 0 | 10111 | 10101 | 111110 | 101100011 | 1101 | 100010 |
Color Harmonies of #624B4D
Complementary color
Monochromatic Colors of #624B4D
Black with #624B4D
Text Example
Text Example
White with #624B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B4D; }
p { color: rgb(98,75,77); }
H1.HeaderClassName
{
color: #624B4D;
}
.AnyTagClassName
{
color: #624B4D;
}
</style>
background-color css
<style>
a { background-color: #624B4D; }
a { background-color: rgb(98,75,77); }
div.DivClassName
{
background-color: #624B4D;
}
.BgClassName
{
background-color: #624B4D;
}
</style>
border-color css
<style>
span { border-color: #624B4D; }
span { border-color: rgb(98,75,77); }
td.TdClassName
{
border-color: #624B4D;
}
.TagClassName
{
border-color: #624B4D;
}
</style>