Shades of Don Juan #664D50
Tints of Don Juan #664D50
RGB
CMYK
RGB Variations
Color information
#664D50 (or 0x664D50) is known color: Don Juan. HEX triplet: 66, 4D and 50. RGB value is (102,77,80). Sum of RGB (Red+Green+Blue) = 102+77+80=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #664D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D50 is #99B2AF. Grayscale: #545454. Windows color (decimal): -10072752 or 5262694. OLE color: 5262694.
HSL color Cylindrical-coordinate representation of color #664D50: hue angle of 352.8º 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 #664D50 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 77 | 80 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.6 |
| HSL | 352.8º | 0.14% | 0.35% | - |
| HSV(B) | 352.8º | 0.25% | 0.4% | - |
| XYZ | 9.58 | 8.71 | 8.77 | - |
| YUV | 84.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 80 | 0 | 0.25 | 0.22 | 0.6 | 352.8 | 0.14 | 0.35 |
| Hex | 66 | 4D | 50 | 0 | 19 | 16 | 3C | 161 | E | 23 |
| Octal | 146 | 115 | 120 | 0 | 31 | 26 | 74 | 541 | 16 | 43 |
| Binary | 1100110 | 1001101 | 1010000 | 0 | 11001 | 10110 | 111100 | 101100001 | 1110 | 100011 |
Color Harmonies of #664D50
Complementary color
Monochromatic Colors of #664D50
Black with #664D50
Text Example
Text Example
White with #664D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664D50; }
p { color: rgb(102,77,80); }
H1.HeaderClassName
{
color: #664D50;
}
.AnyTagClassName
{
color: #664D50;
}
</style>
background-color css
<style>
a { background-color: #664D50; }
a { background-color: rgb(102,77,80); }
div.DivClassName
{
background-color: #664D50;
}
.BgClassName
{
background-color: #664D50;
}
</style>
border-color css
<style>
span { border-color: #664D50; }
span { border-color: rgb(102,77,80); }
td.TdClassName
{
border-color: #664D50;
}
.TagClassName
{
border-color: #664D50;
}
</style>