Shades of Don Juan #66494B
Tints of Don Juan #66494B
RGB
CMYK
RGB Variations
Color information
#66494B (or 0x66494B) is known color: Don Juan. HEX triplet: 66, 49 and 4B. RGB value is (102,73,75). Sum of RGB (Red+Green+Blue) = 102+73+75=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #66494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66494B is #99B6B4. Grayscale: #515151. Windows color (decimal): -10073781 or 4933990. OLE color: 4933990.
HSL color Cylindrical-coordinate representation of color #66494B: hue angle of 355.86º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66494B is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 73 | 75 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.6 |
| HSL | 355.86º | 0.17% | 0.34% | - |
| HSV(B) | 355.86º | 0.28% | 0.4% | - |
| XYZ | 9.13 | 8.1 | 7.74 | - |
| YUV | 81.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 75 | 0 | 0.28 | 0.26 | 0.6 | 355.86 | 0.17 | 0.34 |
| Hex | 66 | 49 | 4B | 0 | 1C | 1A | 3C | 164 | 11 | 22 |
| Octal | 146 | 111 | 113 | 0 | 34 | 32 | 74 | 544 | 21 | 42 |
| Binary | 1100110 | 1001001 | 1001011 | 0 | 11100 | 11010 | 111100 | 101100100 | 10001 | 100010 |
Color Harmonies of #66494B
Complementary color
Monochromatic Colors of #66494B
Black with #66494B
Text Example
Text Example
White with #66494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66494B; }
p { color: rgb(102,73,75); }
H1.HeaderClassName
{
color: #66494B;
}
.AnyTagClassName
{
color: #66494B;
}
</style>
background-color css
<style>
a { background-color: #66494B; }
a { background-color: rgb(102,73,75); }
div.DivClassName
{
background-color: #66494B;
}
.BgClassName
{
background-color: #66494B;
}
</style>
border-color css
<style>
span { border-color: #66494B; }
span { border-color: rgb(102,73,75); }
td.TdClassName
{
border-color: #66494B;
}
.TagClassName
{
border-color: #66494B;
}
</style>