Shades of Dorado #6E5E54
Tints of Dorado #6E5E54
RGB
CMYK
RGB Variations
Color information
#6E5E54 (or 0x6E5E54) is known color: Dorado. HEX triplet: 6E, 5E and 54. RGB value is (110,94,84). Sum of RGB (Red+Green+Blue) = 110+94+84=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5E54 is #91A1AB. Grayscale: #616161. Windows color (decimal): -9544108 or 5529198. OLE color: 5529198.
HSL color Cylindrical-coordinate representation of color #6E5E54: hue angle of 23.08º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E5E54 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 94 | 84 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.57 |
| HSL | 23.08º | 0.13% | 0.38% | - |
| HSV(B) | 23.08º | 0.24% | 0.43% | - |
| XYZ | 12.03 | 11.96 | 10.06 | - |
| YUV | 97.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 84 | 0 | 0.15 | 0.24 | 0.57 | 23.08 | 0.13 | 0.38 |
| Hex | 6E | 5E | 54 | 0 | F | 18 | 39 | 17 | D | 26 |
| Octal | 156 | 136 | 124 | 0 | 17 | 30 | 71 | 27 | 15 | 46 |
| Binary | 1101110 | 1011110 | 1010100 | 0 | 1111 | 11000 | 111001 | 10111 | 1101 | 100110 |
Color Harmonies of #6E5E54
Complementary color
Monochromatic Colors of #6E5E54
Black with #6E5E54
Text Example
Text Example
White with #6E5E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5E54; }
p { color: rgb(110,94,84); }
H1.HeaderClassName
{
color: #6E5E54;
}
.AnyTagClassName
{
color: #6E5E54;
}
</style>
background-color css
<style>
a { background-color: #6E5E54; }
a { background-color: rgb(110,94,84); }
div.DivClassName
{
background-color: #6E5E54;
}
.BgClassName
{
background-color: #6E5E54;
}
</style>
border-color css
<style>
span { border-color: #6E5E54; }
span { border-color: rgb(110,94,84); }
td.TdClassName
{
border-color: #6E5E54;
}
.TagClassName
{
border-color: #6E5E54;
}
</style>