Shades of Don Juan #66565A
Tints of Don Juan #66565A
RGB
CMYK
RGB Variations
Color information
#66565A (or 0x66565A) is known color: Don Juan. HEX triplet: 66, 56 and 5A. RGB value is (102,86,90). Sum of RGB (Red+Green+Blue) = 102+86+90=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #66565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66565A is #99A9A5. Grayscale: #5B5B5B. Windows color (decimal): -10070438 or 5920358. OLE color: 5920358.
HSL color Cylindrical-coordinate representation of color #66565A: hue angle of 345º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #66565A is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 86 | 90 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.6 |
| HSL | 345º | 0.09% | 0.37% | - |
| HSV(B) | 345º | 0.16% | 0.4% | - |
| XYZ | 10.65 | 10.22 | 11.08 | - |
| YUV | 91.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 90 | 0 | 0.16 | 0.12 | 0.6 | 345 | 0.09 | 0.37 |
| Hex | 66 | 56 | 5A | 0 | 10 | C | 3C | 159 | 9 | 25 |
| Octal | 146 | 126 | 132 | 0 | 20 | 14 | 74 | 531 | 11 | 45 |
| Binary | 1100110 | 1010110 | 1011010 | 0 | 10000 | 1100 | 111100 | 101011001 | 1001 | 100101 |
Color Harmonies of #66565A
Complementary color
Monochromatic Colors of #66565A
Black with #66565A
Text Example
Text Example
White with #66565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66565A; }
p { color: rgb(102,86,90); }
H1.HeaderClassName
{
color: #66565A;
}
.AnyTagClassName
{
color: #66565A;
}
</style>
background-color css
<style>
a { background-color: #66565A; }
a { background-color: rgb(102,86,90); }
div.DivClassName
{
background-color: #66565A;
}
.BgClassName
{
background-color: #66565A;
}
</style>
border-color css
<style>
span { border-color: #66565A; }
span { border-color: rgb(102,86,90); }
td.TdClassName
{
border-color: #66565A;
}
.TagClassName
{
border-color: #66565A;
}
</style>