Shades of Don Juan #66464B
Tints of Don Juan #66464B
RGB
CMYK
RGB Variations
Color information
#66464B (or 0x66464B) is known color: Don Juan. HEX triplet: 66, 46 and 4B. RGB value is (102,70,75). Sum of RGB (Red+Green+Blue) = 102+70+75=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #66464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66464B is #99B9B4. Grayscale: #505050. Windows color (decimal): -10074549 or 4933222. OLE color: 4933222.
HSL color Cylindrical-coordinate representation of color #66464B: hue angle of 350.62º 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 #66464B is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 70 | 75 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.6 |
| HSL | 350.63º | 0.19% | 0.34% | - |
| HSV(B) | 350.63º | 0.31% | 0.4% | - |
| XYZ | 8.94 | 7.71 | 7.67 | - |
| YUV | 80.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 75 | 0 | 0.31 | 0.26 | 0.6 | 350.63 | 0.19 | 0.34 |
| Hex | 66 | 46 | 4B | 0 | 1F | 1A | 3C | 15F | 13 | 22 |
| Octal | 146 | 106 | 113 | 0 | 37 | 32 | 74 | 537 | 23 | 42 |
| Binary | 1100110 | 1000110 | 1001011 | 0 | 11111 | 11010 | 111100 | 101011111 | 10011 | 100010 |
Color Harmonies of #66464B
Complementary color
Monochromatic Colors of #66464B
Black with #66464B
Text Example
Text Example
White with #66464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66464B; }
p { color: rgb(102,70,75); }
H1.HeaderClassName
{
color: #66464B;
}
.AnyTagClassName
{
color: #66464B;
}
</style>
background-color css
<style>
a { background-color: #66464B; }
a { background-color: rgb(102,70,75); }
div.DivClassName
{
background-color: #66464B;
}
.BgClassName
{
background-color: #66464B;
}
</style>
border-color css
<style>
span { border-color: #66464B; }
span { border-color: rgb(102,70,75); }
td.TdClassName
{
border-color: #66464B;
}
.TagClassName
{
border-color: #66464B;
}
</style>