Shades of Don Juan #664F50
Tints of Don Juan #664F50
RGB
CMYK
RGB Variations
Color information
#664F50 (or 0x664F50) is known color: Don Juan. HEX triplet: 66, 4F and 50. RGB value is (102,79,80). Sum of RGB (Red+Green+Blue) = 102+79+80=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #664F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F50 is #99B0AF. Grayscale: #565656. Windows color (decimal): -10072240 or 5263206. OLE color: 5263206.
HSL color Cylindrical-coordinate representation of color #664F50: hue angle of 357.39º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #664F50 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 80 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.6 |
| HSL | 357.39º | 0.13% | 0.35% | - |
| HSV(B) | 357.39º | 0.23% | 0.4% | - |
| XYZ | 9.72 | 9 | 8.81 | - |
| YUV | 85.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 80 | 0 | 0.23 | 0.22 | 0.6 | 357.39 | 0.13 | 0.35 |
| Hex | 66 | 4F | 50 | 0 | 17 | 16 | 3C | 165 | D | 23 |
| Octal | 146 | 117 | 120 | 0 | 27 | 26 | 74 | 545 | 15 | 43 |
| Binary | 1100110 | 1001111 | 1010000 | 0 | 10111 | 10110 | 111100 | 101100101 | 1101 | 100011 |
Color Harmonies of #664F50
Complementary color
Monochromatic Colors of #664F50
Black with #664F50
Text Example
Text Example
White with #664F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F50; }
p { color: rgb(102,79,80); }
H1.HeaderClassName
{
color: #664F50;
}
.AnyTagClassName
{
color: #664F50;
}
</style>
background-color css
<style>
a { background-color: #664F50; }
a { background-color: rgb(102,79,80); }
div.DivClassName
{
background-color: #664F50;
}
.BgClassName
{
background-color: #664F50;
}
</style>
border-color css
<style>
span { border-color: #664F50; }
span { border-color: rgb(102,79,80); }
td.TdClassName
{
border-color: #664F50;
}
.TagClassName
{
border-color: #664F50;
}
</style>