Shades of Don Juan #66454B
Tints of Don Juan #66454B
RGB
CMYK
RGB Variations
Color information
#66454B (or 0x66454B) is known color: Don Juan. HEX triplet: 66, 45 and 4B. RGB value is (102,69,75). Sum of RGB (Red+Green+Blue) = 102+69+75=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66454B is #99BAB4. Grayscale: #4F4F4F. Windows color (decimal): -10074805 or 4932966. OLE color: 4932966.
HSL color Cylindrical-coordinate representation of color #66454B: hue angle of 349.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66454B is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 69 | 75 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.6 |
| HSL | 349.09º | 0.19% | 0.34% | - |
| HSV(B) | 349.09º | 0.32% | 0.4% | - |
| XYZ | 8.88 | 7.59 | 7.65 | - |
| YUV | 79.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 75 | 0 | 0.32 | 0.26 | 0.6 | 349.09 | 0.19 | 0.34 |
| Hex | 66 | 45 | 4B | 0 | 20 | 1A | 3C | 15D | 13 | 22 |
| Octal | 146 | 105 | 113 | 0 | 40 | 32 | 74 | 535 | 23 | 42 |
| Binary | 1100110 | 1000101 | 1001011 | 0 | 100000 | 11010 | 111100 | 101011101 | 10011 | 100010 |
Color Harmonies of #66454B
Complementary color
Monochromatic Colors of #66454B
Black with #66454B
Text Example
Text Example
White with #66454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66454B; }
p { color: rgb(102,69,75); }
H1.HeaderClassName
{
color: #66454B;
}
.AnyTagClassName
{
color: #66454B;
}
</style>
background-color css
<style>
a { background-color: #66454B; }
a { background-color: rgb(102,69,75); }
div.DivClassName
{
background-color: #66454B;
}
.BgClassName
{
background-color: #66454B;
}
</style>
border-color css
<style>
span { border-color: #66454B; }
span { border-color: rgb(102,69,75); }
td.TdClassName
{
border-color: #66454B;
}
.TagClassName
{
border-color: #66454B;
}
</style>