Shades of Don Juan #66464D
Tints of Don Juan #66464D
RGB
CMYK
RGB Variations
Color information
#66464D (or 0x66464D) is known color: Don Juan. HEX triplet: 66, 46 and 4D. RGB value is (102,70,77). Sum of RGB (Red+Green+Blue) = 102+70+77=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #66464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66464D is #99B9B2. Grayscale: #505050. Windows color (decimal): -10074547 or 5064294. OLE color: 5064294.
HSL color Cylindrical-coordinate representation of color #66464D: hue angle of 346.88º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66464D is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 70 | 77 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.6 |
| HSL | 346.88º | 0.19% | 0.34% | - |
| HSV(B) | 346.88º | 0.31% | 0.4% | - |
| XYZ | 9.01 | 7.74 | 8.04 | - |
| YUV | 80.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 77 | 0 | 0.31 | 0.25 | 0.6 | 346.88 | 0.19 | 0.34 |
| Hex | 66 | 46 | 4D | 0 | 1F | 19 | 3C | 15B | 13 | 22 |
| Octal | 146 | 106 | 115 | 0 | 37 | 31 | 74 | 533 | 23 | 42 |
| Binary | 1100110 | 1000110 | 1001101 | 0 | 11111 | 11001 | 111100 | 101011011 | 10011 | 100010 |
Color Harmonies of #66464D
Complementary color
Monochromatic Colors of #66464D
Black with #66464D
Text Example
Text Example
White with #66464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66464D; }
p { color: rgb(102,70,77); }
H1.HeaderClassName
{
color: #66464D;
}
.AnyTagClassName
{
color: #66464D;
}
</style>
background-color css
<style>
a { background-color: #66464D; }
a { background-color: rgb(102,70,77); }
div.DivClassName
{
background-color: #66464D;
}
.BgClassName
{
background-color: #66464D;
}
</style>
border-color css
<style>
span { border-color: #66464D; }
span { border-color: rgb(102,70,77); }
td.TdClassName
{
border-color: #66464D;
}
.TagClassName
{
border-color: #66464D;
}
</style>