Shades of Dorado #6E5A55
Tints of Dorado #6E5A55
RGB
CMYK
RGB Variations
Color information
#6E5A55 (or 0x6E5A55) is known color: Dorado. HEX triplet: 6E, 5A and 55. RGB value is (110,90,85). Sum of RGB (Red+Green+Blue) = 110+90+85=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A55 is #91A5AA. Grayscale: #5F5F5F. Windows color (decimal): -9545131 or 5593710. OLE color: 5593710.
HSL color Cylindrical-coordinate representation of color #6E5A55: hue angle of 12º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E5A55 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 90 | 85 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.57 |
| HSL | 12º | 0.13% | 0.38% | - |
| HSV(B) | 12º | 0.23% | 0.43% | - |
| XYZ | 11.73 | 11.28 | 10.15 | - |
| YUV | 95.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 85 | 0 | 0.18 | 0.23 | 0.57 | 12 | 0.13 | 0.38 |
| Hex | 6E | 5A | 55 | 0 | 12 | 17 | 39 | C | D | 26 |
| Octal | 156 | 132 | 125 | 0 | 22 | 27 | 71 | 14 | 15 | 46 |
| Binary | 1101110 | 1011010 | 1010101 | 0 | 10010 | 10111 | 111001 | 1100 | 1101 | 100110 |
Color Harmonies of #6E5A55
Complementary color
Monochromatic Colors of #6E5A55
Black with #6E5A55
Text Example
Text Example
White with #6E5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5A55; }
p { color: rgb(110,90,85); }
H1.HeaderClassName
{
color: #6E5A55;
}
.AnyTagClassName
{
color: #6E5A55;
}
</style>
background-color css
<style>
a { background-color: #6E5A55; }
a { background-color: rgb(110,90,85); }
div.DivClassName
{
background-color: #6E5A55;
}
.BgClassName
{
background-color: #6E5A55;
}
</style>
border-color css
<style>
span { border-color: #6E5A55; }
span { border-color: rgb(110,90,85); }
td.TdClassName
{
border-color: #6E5A55;
}
.TagClassName
{
border-color: #6E5A55;
}
</style>