Shades of Dorado #6E6966
Tints of Dorado #6E6966
RGB
CMYK
RGB Variations
Color information
#6E6966 (or 0x6E6966) is known color: Dorado. HEX triplet: 6E, 69 and 66. RGB value is (110,105,102). Sum of RGB (Red+Green+Blue) = 110+105+102=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6966 is #919699. Grayscale: #6A6A6A. Windows color (decimal): -9541274 or 6711662. OLE color: 6711662.
HSL color Cylindrical-coordinate representation of color #6E6966: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6E6966 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 105 | 102 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.57 |
| HSL | 22.5º | 0.04% | 0.42% | - |
| HSV(B) | 22.5º | 0.07% | 0.43% | - |
| XYZ | 13.88 | 14.38 | 14.61 | - |
| YUV | 106.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 102 | 0 | 0.05 | 0.07 | 0.57 | 22.5 | 0.04 | 0.42 |
| Hex | 6E | 69 | 66 | 0 | 5 | 7 | 39 | 16 | 4 | 2A |
| Octal | 156 | 151 | 146 | 0 | 5 | 7 | 71 | 26 | 4 | 52 |
| Binary | 1101110 | 1101001 | 1100110 | 0 | 101 | 111 | 111001 | 10110 | 100 | 101010 |
Color Harmonies of #6E6966
Complementary color
Monochromatic Colors of #6E6966
Black with #6E6966
Text Example
Text Example
White with #6E6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6966; }
p { color: rgb(110,105,102); }
H1.HeaderClassName
{
color: #6E6966;
}
.AnyTagClassName
{
color: #6E6966;
}
</style>
background-color css
<style>
a { background-color: #6E6966; }
a { background-color: rgb(110,105,102); }
div.DivClassName
{
background-color: #6E6966;
}
.BgClassName
{
background-color: #6E6966;
}
</style>
border-color css
<style>
span { border-color: #6E6966; }
span { border-color: rgb(110,105,102); }
td.TdClassName
{
border-color: #6E6966;
}
.TagClassName
{
border-color: #6E6966;
}
</style>