Shades of Dorado #6E5851
Tints of Dorado #6E5851
RGB
CMYK
RGB Variations
Color information
#6E5851 (or 0x6E5851) is known color: Dorado. HEX triplet: 6E, 58 and 51. RGB value is (110,88,81). Sum of RGB (Red+Green+Blue) = 110+88+81=279 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.43% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5851 is #91A7AE. Grayscale: #5D5D5D. Windows color (decimal): -9545647 or 5331054. OLE color: 5331054.
HSL color Cylindrical-coordinate representation of color #6E5851: hue angle of 14.48º 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 #6E5851 is Cyan = 0, Magento = 0.2, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 88 | 81 | - |
| CMYK | 0 | 0.2 | 0.26 | 0.57 |
| HSL | 14.48º | 0.15% | 0.37% | - |
| HSV(B) | 14.48º | 0.26% | 0.43% | - |
| XYZ | 11.41 | 10.89 | 9.29 | - |
| YUV | 93.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 81 | 0 | 0.2 | 0.26 | 0.57 | 14.48 | 0.15 | 0.37 |
| Hex | 6E | 58 | 51 | 0 | 14 | 1A | 39 | E | F | 25 |
| Octal | 156 | 130 | 121 | 0 | 24 | 32 | 71 | 16 | 17 | 45 |
| Binary | 1101110 | 1011000 | 1010001 | 0 | 10100 | 11010 | 111001 | 1110 | 1111 | 100101 |
Color Harmonies of #6E5851
Complementary color
Monochromatic Colors of #6E5851
Black with #6E5851
Text Example
Text Example
White with #6E5851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5851; }
p { color: rgb(110,88,81); }
H1.HeaderClassName
{
color: #6E5851;
}
.AnyTagClassName
{
color: #6E5851;
}
</style>
background-color css
<style>
a { background-color: #6E5851; }
a { background-color: rgb(110,88,81); }
div.DivClassName
{
background-color: #6E5851;
}
.BgClassName
{
background-color: #6E5851;
}
</style>
border-color css
<style>
span { border-color: #6E5851; }
span { border-color: rgb(110,88,81); }
td.TdClassName
{
border-color: #6E5851;
}
.TagClassName
{
border-color: #6E5851;
}
</style>