Shades of Don Juan #624B4C
Tints of Don Juan #624B4C
RGB
CMYK
RGB Variations
Color information
#624B4C (or 0x624B4C) is known color: Don Juan. HEX triplet: 62, 4B and 4C. RGB value is (98,75,76). Sum of RGB (Red+Green+Blue) = 98+75+76=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 98 - color contains mainly: red. Hex color #624B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B4C is #9DB4B3. Grayscale: #525252. Windows color (decimal): -10335412 or 5000034. OLE color: 5000034.
HSL color Cylindrical-coordinate representation of color #624B4C: hue angle of 357.39º 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 #624B4C is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 76 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.62 |
| HSL | 357.39º | 0.13% | 0.34% | - |
| HSV(B) | 357.39º | 0.23% | 0.38% | - |
| XYZ | 8.86 | 8.15 | 7.94 | - |
| YUV | 81.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 76 | 0 | 0.23 | 0.22 | 0.62 | 357.39 | 0.13 | 0.34 |
| Hex | 62 | 4B | 4C | 0 | 17 | 16 | 3E | 165 | D | 22 |
| Octal | 142 | 113 | 114 | 0 | 27 | 26 | 76 | 545 | 15 | 42 |
| Binary | 1100010 | 1001011 | 1001100 | 0 | 10111 | 10110 | 111110 | 101100101 | 1101 | 100010 |
Color Harmonies of #624B4C
Complementary color
Monochromatic Colors of #624B4C
Black with #624B4C
Text Example
Text Example
White with #624B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B4C; }
p { color: rgb(98,75,76); }
H1.HeaderClassName
{
color: #624B4C;
}
.AnyTagClassName
{
color: #624B4C;
}
</style>
background-color css
<style>
a { background-color: #624B4C; }
a { background-color: rgb(98,75,76); }
div.DivClassName
{
background-color: #624B4C;
}
.BgClassName
{
background-color: #624B4C;
}
</style>
border-color css
<style>
span { border-color: #624B4C; }
span { border-color: rgb(98,75,76); }
td.TdClassName
{
border-color: #624B4C;
}
.TagClassName
{
border-color: #624B4C;
}
</style>