Shades of Don Juan #66474E
Tints of Don Juan #66474E
RGB
CMYK
RGB Variations
Color information
#66474E (or 0x66474E) is known color: Don Juan. HEX triplet: 66, 47 and 4E. RGB value is (102,71,78). Sum of RGB (Red+Green+Blue) = 102+71+78=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #66474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66474E is #99B8B1. Grayscale: #515151. Windows color (decimal): -10074290 or 5130086. OLE color: 5130086.
HSL color Cylindrical-coordinate representation of color #66474E: hue angle of 346.45º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66474E is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 78 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.6 |
| HSL | 346.45º | 0.18% | 0.34% | - |
| HSV(B) | 346.45º | 0.3% | 0.4% | - |
| XYZ | 9.11 | 7.88 | 8.25 | - |
| YUV | 81.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 78 | 0 | 0.30 | 0.24 | 0.6 | 346.45 | 0.18 | 0.34 |
| Hex | 66 | 47 | 4E | 0 | 1E | 18 | 3C | 15A | 12 | 22 |
| Octal | 146 | 107 | 116 | 0 | 36 | 30 | 74 | 532 | 22 | 42 |
| Binary | 1100110 | 1000111 | 1001110 | 0 | 11110 | 11000 | 111100 | 101011010 | 10010 | 100010 |
Color Harmonies of #66474E
Complementary color
Monochromatic Colors of #66474E
Black with #66474E
Text Example
Text Example
White with #66474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66474E; }
p { color: rgb(102,71,78); }
H1.HeaderClassName
{
color: #66474E;
}
.AnyTagClassName
{
color: #66474E;
}
</style>
background-color css
<style>
a { background-color: #66474E; }
a { background-color: rgb(102,71,78); }
div.DivClassName
{
background-color: #66474E;
}
.BgClassName
{
background-color: #66474E;
}
</style>
border-color css
<style>
span { border-color: #66474E; }
span { border-color: rgb(102,71,78); }
td.TdClassName
{
border-color: #66474E;
}
.TagClassName
{
border-color: #66474E;
}
</style>