Shades of Dorado #6D6560
Tints of Dorado #6D6560
RGB
CMYK
RGB Variations
Color information
#6D6560 (or 0x6D6560) is known color: Dorado. HEX triplet: 6D, 65 and 60. RGB value is (109,101,96). Sum of RGB (Red+Green+Blue) = 109+101+96=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6560 is #929A9F. Grayscale: #666666. Windows color (decimal): -9607840 or 6317421. OLE color: 6317421.
HSL color Cylindrical-coordinate representation of color #6D6560: hue angle of 23.08º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D6560 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 96 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.57 |
| HSL | 23.08º | 0.06% | 0.4% | - |
| HSV(B) | 23.08º | 0.12% | 0.43% | - |
| XYZ | 13.07 | 13.4 | 12.96 | - |
| YUV | 102.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 96 | 0 | 0.07 | 0.12 | 0.57 | 23.08 | 0.06 | 0.4 |
| Hex | 6D | 65 | 60 | 0 | 7 | C | 39 | 17 | 6 | 28 |
| Octal | 155 | 145 | 140 | 0 | 7 | 14 | 71 | 27 | 6 | 50 |
| Binary | 1101101 | 1100101 | 1100000 | 0 | 111 | 1100 | 111001 | 10111 | 110 | 101000 |
Color Harmonies of #6D6560
Complementary color
Monochromatic Colors of #6D6560
Black with #6D6560
Text Example
Text Example
White with #6D6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6560; }
p { color: rgb(109,101,96); }
H1.HeaderClassName
{
color: #6D6560;
}
.AnyTagClassName
{
color: #6D6560;
}
</style>
background-color css
<style>
a { background-color: #6D6560; }
a { background-color: rgb(109,101,96); }
div.DivClassName
{
background-color: #6D6560;
}
.BgClassName
{
background-color: #6D6560;
}
</style>
border-color css
<style>
span { border-color: #6D6560; }
span { border-color: rgb(109,101,96); }
td.TdClassName
{
border-color: #6D6560;
}
.TagClassName
{
border-color: #6D6560;
}
</style>