Shades of Don Juan #664C53
Tints of Don Juan #664C53
RGB
CMYK
RGB Variations
Color information
#664C53 (or 0x664C53) is known color: Don Juan. HEX triplet: 66, 4C and 53. RGB value is (102,76,83). Sum of RGB (Red+Green+Blue) = 102+76+83=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #664C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C53 is #99B3AC. Grayscale: #545454. Windows color (decimal): -10073005 or 5459046. OLE color: 5459046.
HSL color Cylindrical-coordinate representation of color #664C53: hue angle of 343.85º degrees, saturation: 0.15, 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 #664C53 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 76 | 83 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.6 |
| HSL | 343.85º | 0.15% | 0.35% | - |
| HSV(B) | 343.85º | 0.25% | 0.4% | - |
| XYZ | 9.63 | 8.62 | 9.34 | - |
| YUV | 84.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 83 | 0 | 0.25 | 0.19 | 0.6 | 343.85 | 0.15 | 0.35 |
| Hex | 66 | 4C | 53 | 0 | 19 | 13 | 3C | 158 | F | 23 |
| Octal | 146 | 114 | 123 | 0 | 31 | 23 | 74 | 530 | 17 | 43 |
| Binary | 1100110 | 1001100 | 1010011 | 0 | 11001 | 10011 | 111100 | 101011000 | 1111 | 100011 |
Color Harmonies of #664C53
Complementary color
Monochromatic Colors of #664C53
Black with #664C53
Text Example
Text Example
White with #664C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664C53; }
p { color: rgb(102,76,83); }
H1.HeaderClassName
{
color: #664C53;
}
.AnyTagClassName
{
color: #664C53;
}
</style>
background-color css
<style>
a { background-color: #664C53; }
a { background-color: rgb(102,76,83); }
div.DivClassName
{
background-color: #664C53;
}
.BgClassName
{
background-color: #664C53;
}
</style>
border-color css
<style>
span { border-color: #664C53; }
span { border-color: rgb(102,76,83); }
td.TdClassName
{
border-color: #664C53;
}
.TagClassName
{
border-color: #664C53;
}
</style>