Shades of Don Juan #66464C
Tints of Don Juan #66464C
RGB
CMYK
RGB Variations
Color information
#66464C (or 0x66464C) is known color: Don Juan. HEX triplet: 66, 46 and 4C. RGB value is (102,70,76). Sum of RGB (Red+Green+Blue) = 102+70+76=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66464C is #99B9B3. Grayscale: #505050. Windows color (decimal): -10074548 or 4998758. OLE color: 4998758.
HSL color Cylindrical-coordinate representation of color #66464C: hue angle of 348.75º 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 #66464C is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 70 | 76 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.6 |
| HSL | 348.75º | 0.19% | 0.34% | - |
| HSV(B) | 348.75º | 0.31% | 0.4% | - |
| XYZ | 8.97 | 7.73 | 7.86 | - |
| YUV | 80.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 76 | 0 | 0.31 | 0.25 | 0.6 | 348.75 | 0.19 | 0.34 |
| Hex | 66 | 46 | 4C | 0 | 1F | 19 | 3C | 15D | 13 | 22 |
| Octal | 146 | 106 | 114 | 0 | 37 | 31 | 74 | 535 | 23 | 42 |
| Binary | 1100110 | 1000110 | 1001100 | 0 | 11111 | 11001 | 111100 | 101011101 | 10011 | 100010 |
Color Harmonies of #66464C
Complementary color
Monochromatic Colors of #66464C
Black with #66464C
Text Example
Text Example
White with #66464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66464C; }
p { color: rgb(102,70,76); }
H1.HeaderClassName
{
color: #66464C;
}
.AnyTagClassName
{
color: #66464C;
}
</style>
background-color css
<style>
a { background-color: #66464C; }
a { background-color: rgb(102,70,76); }
div.DivClassName
{
background-color: #66464C;
}
.BgClassName
{
background-color: #66464C;
}
</style>
border-color css
<style>
span { border-color: #66464C; }
span { border-color: rgb(102,70,76); }
td.TdClassName
{
border-color: #66464C;
}
.TagClassName
{
border-color: #66464C;
}
</style>