Shades of Don Juan #664B4F
Tints of Don Juan #664B4F
RGB
CMYK
RGB Variations
Color information
#664B4F (or 0x664B4F) is known color: Don Juan. HEX triplet: 66, 4B and 4F. RGB value is (102,75,79). Sum of RGB (Red+Green+Blue) = 102+75+79=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #664B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664B4F is #99B4B0. Grayscale: #535353. Windows color (decimal): -10073265 or 5196646. OLE color: 5196646.
HSL color Cylindrical-coordinate representation of color #664B4F: hue angle of 351.11º 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 #664B4F is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 75 | 79 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.6 |
| HSL | 351.11º | 0.15% | 0.35% | - |
| HSV(B) | 351.11º | 0.26% | 0.4% | - |
| XYZ | 9.41 | 8.42 | 8.53 | - |
| YUV | 83.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 75 | 79 | 0 | 0.26 | 0.23 | 0.6 | 351.11 | 0.15 | 0.35 |
| Hex | 66 | 4B | 4F | 0 | 1A | 17 | 3C | 15F | F | 23 |
| Octal | 146 | 113 | 117 | 0 | 32 | 27 | 74 | 537 | 17 | 43 |
| Binary | 1100110 | 1001011 | 1001111 | 0 | 11010 | 10111 | 111100 | 101011111 | 1111 | 100011 |
Color Harmonies of #664B4F
Complementary color
Monochromatic Colors of #664B4F
Black with #664B4F
Text Example
Text Example
White with #664B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664B4F; }
p { color: rgb(102,75,79); }
H1.HeaderClassName
{
color: #664B4F;
}
.AnyTagClassName
{
color: #664B4F;
}
</style>
background-color css
<style>
a { background-color: #664B4F; }
a { background-color: rgb(102,75,79); }
div.DivClassName
{
background-color: #664B4F;
}
.BgClassName
{
background-color: #664B4F;
}
</style>
border-color css
<style>
span { border-color: #664B4F; }
span { border-color: rgb(102,75,79); }
td.TdClassName
{
border-color: #664B4F;
}
.TagClassName
{
border-color: #664B4F;
}
</style>