Shades of Don Juan #664D52
Tints of Don Juan #664D52
RGB
CMYK
RGB Variations
Color information
#664D52 (or 0x664D52) is known color: Don Juan. HEX triplet: 66, 4D and 52. RGB value is (102,77,82). Sum of RGB (Red+Green+Blue) = 102+77+82=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #664D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D52 is #99B2AD. Grayscale: #555555. Windows color (decimal): -10072750 or 5393766. OLE color: 5393766.
HSL color Cylindrical-coordinate representation of color #664D52: hue angle of 348º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #664D52 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 77 | 82 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.6 |
| HSL | 348º | 0.14% | 0.35% | - |
| HSV(B) | 348º | 0.25% | 0.4% | - |
| XYZ | 9.66 | 8.74 | 9.16 | - |
| YUV | 85.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 82 | 0 | 0.25 | 0.20 | 0.6 | 348 | 0.14 | 0.35 |
| Hex | 66 | 4D | 52 | 0 | 19 | 14 | 3C | 15C | E | 23 |
| Octal | 146 | 115 | 122 | 0 | 31 | 24 | 74 | 534 | 16 | 43 |
| Binary | 1100110 | 1001101 | 1010010 | 0 | 11001 | 10100 | 111100 | 101011100 | 1110 | 100011 |
Color Harmonies of #664D52
Complementary color
Monochromatic Colors of #664D52
Black with #664D52
Text Example
Text Example
White with #664D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664D52; }
p { color: rgb(102,77,82); }
H1.HeaderClassName
{
color: #664D52;
}
.AnyTagClassName
{
color: #664D52;
}
</style>
background-color css
<style>
a { background-color: #664D52; }
a { background-color: rgb(102,77,82); }
div.DivClassName
{
background-color: #664D52;
}
.BgClassName
{
background-color: #664D52;
}
</style>
border-color css
<style>
span { border-color: #664D52; }
span { border-color: rgb(102,77,82); }
td.TdClassName
{
border-color: #664D52;
}
.TagClassName
{
border-color: #664D52;
}
</style>