Shades of Don Juan #664B4D
Tints of Don Juan #664B4D
RGB
CMYK
RGB Variations
Color information
#664B4D (or 0x664B4D) is known color: Don Juan. HEX triplet: 66, 4B and 4D. RGB value is (102,75,77). Sum of RGB (Red+Green+Blue) = 102+75+77=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #664B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664B4D is #99B4B2. Grayscale: #535353. Windows color (decimal): -10073267 or 5065574. OLE color: 5065574.
HSL color Cylindrical-coordinate representation of color #664B4D: hue angle of 355.56º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #664B4D is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 75 | 77 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.6 |
| HSL | 355.56º | 0.15% | 0.35% | - |
| HSV(B) | 355.56º | 0.26% | 0.4% | - |
| XYZ | 9.34 | 8.39 | 8.15 | - |
| YUV | 83.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 75 | 77 | 0 | 0.26 | 0.25 | 0.6 | 355.56 | 0.15 | 0.35 |
| Hex | 66 | 4B | 4D | 0 | 1A | 19 | 3C | 164 | F | 23 |
| Octal | 146 | 113 | 115 | 0 | 32 | 31 | 74 | 544 | 17 | 43 |
| Binary | 1100110 | 1001011 | 1001101 | 0 | 11010 | 11001 | 111100 | 101100100 | 1111 | 100011 |
Color Harmonies of #664B4D
Complementary color
Monochromatic Colors of #664B4D
Black with #664B4D
Text Example
Text Example
White with #664B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664B4D; }
p { color: rgb(102,75,77); }
H1.HeaderClassName
{
color: #664B4D;
}
.AnyTagClassName
{
color: #664B4D;
}
</style>
background-color css
<style>
a { background-color: #664B4D; }
a { background-color: rgb(102,75,77); }
div.DivClassName
{
background-color: #664B4D;
}
.BgClassName
{
background-color: #664B4D;
}
</style>
border-color css
<style>
span { border-color: #664B4D; }
span { border-color: rgb(102,75,77); }
td.TdClassName
{
border-color: #664B4D;
}
.TagClassName
{
border-color: #664B4D;
}
</style>