Shades of Dorado #6E6762
Tints of Dorado #6E6762
RGB
CMYK
RGB Variations
Color information
#6E6762 (or 0x6E6762) is known color: Dorado. HEX triplet: 6E, 67 and 62. RGB value is (110,103,98). Sum of RGB (Red+Green+Blue) = 110+103+98=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6762 is #91989D. Grayscale: #686868. Windows color (decimal): -9541790 or 6449006. OLE color: 6449006.
HSL color Cylindrical-coordinate representation of color #6E6762: hue angle of 25º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E6762 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 98 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.57 |
| HSL | 25º | 0.06% | 0.41% | - |
| HSV(B) | 25º | 0.11% | 0.43% | - |
| XYZ | 13.49 | 13.9 | 13.53 | - |
| YUV | 104.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 98 | 0 | 0.06 | 0.11 | 0.57 | 25 | 0.06 | 0.41 |
| Hex | 6E | 67 | 62 | 0 | 6 | B | 39 | 19 | 6 | 29 |
| Octal | 156 | 147 | 142 | 0 | 6 | 13 | 71 | 31 | 6 | 51 |
| Binary | 1101110 | 1100111 | 1100010 | 0 | 110 | 1011 | 111001 | 11001 | 110 | 101001 |
Color Harmonies of #6E6762
Complementary color
Monochromatic Colors of #6E6762
Black with #6E6762
Text Example
Text Example
White with #6E6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6762; }
p { color: rgb(110,103,98); }
H1.HeaderClassName
{
color: #6E6762;
}
.AnyTagClassName
{
color: #6E6762;
}
</style>
background-color css
<style>
a { background-color: #6E6762; }
a { background-color: rgb(110,103,98); }
div.DivClassName
{
background-color: #6E6762;
}
.BgClassName
{
background-color: #6E6762;
}
</style>
border-color css
<style>
span { border-color: #6E6762; }
span { border-color: rgb(110,103,98); }
td.TdClassName
{
border-color: #6E6762;
}
.TagClassName
{
border-color: #6E6762;
}
</style>