Shades of Dorado #6E5B51
Tints of Dorado #6E5B51
RGB
CMYK
RGB Variations
Color information
#6E5B51 (or 0x6E5B51) is known color: Dorado. HEX triplet: 6E, 5B and 51. RGB value is (110,91,81). Sum of RGB (Red+Green+Blue) = 110+91+81=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5B51 is #91A4AE. Grayscale: #5F5F5F. Windows color (decimal): -9544879 or 5331822. OLE color: 5331822.
HSL color Cylindrical-coordinate representation of color #6E5B51: hue angle of 20.69º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E5B51 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 91 | 81 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.57 |
| HSL | 20.69º | 0.15% | 0.37% | - |
| HSV(B) | 20.69º | 0.26% | 0.43% | - |
| XYZ | 11.66 | 11.39 | 9.37 | - |
| YUV | 95.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 91 | 81 | 0 | 0.17 | 0.26 | 0.57 | 20.69 | 0.15 | 0.37 |
| Hex | 6E | 5B | 51 | 0 | 11 | 1A | 39 | 15 | F | 25 |
| Octal | 156 | 133 | 121 | 0 | 21 | 32 | 71 | 25 | 17 | 45 |
| Binary | 1101110 | 1011011 | 1010001 | 0 | 10001 | 11010 | 111001 | 10101 | 1111 | 100101 |
Color Harmonies of #6E5B51
Complementary color
Monochromatic Colors of #6E5B51
Black with #6E5B51
Text Example
Text Example
White with #6E5B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5B51; }
p { color: rgb(110,91,81); }
H1.HeaderClassName
{
color: #6E5B51;
}
.AnyTagClassName
{
color: #6E5B51;
}
</style>
background-color css
<style>
a { background-color: #6E5B51; }
a { background-color: rgb(110,91,81); }
div.DivClassName
{
background-color: #6E5B51;
}
.BgClassName
{
background-color: #6E5B51;
}
</style>
border-color css
<style>
span { border-color: #6E5B51; }
span { border-color: rgb(110,91,81); }
td.TdClassName
{
border-color: #6E5B51;
}
.TagClassName
{
border-color: #6E5B51;
}
</style>