Shades of Dorado #6E5C57
Tints of Dorado #6E5C57
RGB
CMYK
RGB Variations
Color information
#6E5C57 (or 0x6E5C57) is known color: Dorado. HEX triplet: 6E, 5C and 57. RGB value is (110,92,87). Sum of RGB (Red+Green+Blue) = 110+92+87=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5C57 is #91A3A8. Grayscale: #606060. Windows color (decimal): -9544617 or 5725294. OLE color: 5725294.
HSL color Cylindrical-coordinate representation of color #6E5C57: hue angle of 13.04º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E5C57 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 92 | 87 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.57 |
| HSL | 13.04º | 0.12% | 0.39% | - |
| HSV(B) | 13.04º | 0.21% | 0.43% | - |
| XYZ | 11.98 | 11.66 | 10.64 | - |
| YUV | 96.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 92 | 87 | 0 | 0.16 | 0.21 | 0.57 | 13.04 | 0.12 | 0.39 |
| Hex | 6E | 5C | 57 | 0 | 10 | 15 | 39 | D | C | 27 |
| Octal | 156 | 134 | 127 | 0 | 20 | 25 | 71 | 15 | 14 | 47 |
| Binary | 1101110 | 1011100 | 1010111 | 0 | 10000 | 10101 | 111001 | 1101 | 1100 | 100111 |
Color Harmonies of #6E5C57
Complementary color
Monochromatic Colors of #6E5C57
Black with #6E5C57
Text Example
Text Example
White with #6E5C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5C57; }
p { color: rgb(110,92,87); }
H1.HeaderClassName
{
color: #6E5C57;
}
.AnyTagClassName
{
color: #6E5C57;
}
</style>
background-color css
<style>
a { background-color: #6E5C57; }
a { background-color: rgb(110,92,87); }
div.DivClassName
{
background-color: #6E5C57;
}
.BgClassName
{
background-color: #6E5C57;
}
</style>
border-color css
<style>
span { border-color: #6E5C57; }
span { border-color: rgb(110,92,87); }
td.TdClassName
{
border-color: #6E5C57;
}
.TagClassName
{
border-color: #6E5C57;
}
</style>