Shades of Dorado #6E5750
Tints of Dorado #6E5750
RGB
CMYK
RGB Variations
Color information
#6E5750 (or 0x6E5750) is known color: Dorado. HEX triplet: 6E, 57 and 50. RGB value is (110,87,80). Sum of RGB (Red+Green+Blue) = 110+87+80=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5750 is #91A8AF. Grayscale: #5D5D5D. Windows color (decimal): -9545904 or 5265262. OLE color: 5265262.
HSL color Cylindrical-coordinate representation of color #6E5750: hue angle of 14º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E5750 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 87 | 80 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.57 |
| HSL | 14º | 0.16% | 0.37% | - |
| HSV(B) | 14º | 0.27% | 0.43% | - |
| XYZ | 11.29 | 10.71 | 9.06 | - |
| YUV | 93.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 87 | 80 | 0 | 0.21 | 0.27 | 0.57 | 14 | 0.16 | 0.37 |
| Hex | 6E | 57 | 50 | 0 | 15 | 1B | 39 | E | 10 | 25 |
| Octal | 156 | 127 | 120 | 0 | 25 | 33 | 71 | 16 | 20 | 45 |
| Binary | 1101110 | 1010111 | 1010000 | 0 | 10101 | 11011 | 111001 | 1110 | 10000 | 100101 |
Color Harmonies of #6E5750
Complementary color
Monochromatic Colors of #6E5750
Black with #6E5750
Text Example
Text Example
White with #6E5750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5750; }
p { color: rgb(110,87,80); }
H1.HeaderClassName
{
color: #6E5750;
}
.AnyTagClassName
{
color: #6E5750;
}
</style>
background-color css
<style>
a { background-color: #6E5750; }
a { background-color: rgb(110,87,80); }
div.DivClassName
{
background-color: #6E5750;
}
.BgClassName
{
background-color: #6E5750;
}
</style>
border-color css
<style>
span { border-color: #6E5750; }
span { border-color: rgb(110,87,80); }
td.TdClassName
{
border-color: #6E5750;
}
.TagClassName
{
border-color: #6E5750;
}
</style>