Shades of Dorado #6E5D54
Tints of Dorado #6E5D54
RGB
CMYK
RGB Variations
Color information
#6E5D54 (or 0x6E5D54) is known color: Dorado. HEX triplet: 6E, 5D and 54. RGB value is (110,93,84). Sum of RGB (Red+Green+Blue) = 110+93+84=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5D54 is #91A2AB. Grayscale: #616161. Windows color (decimal): -9544364 or 5528942. OLE color: 5528942.
HSL color Cylindrical-coordinate representation of color #6E5D54: hue angle of 20.77º 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 #6E5D54 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 93 | 84 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.57 |
| HSL | 20.77º | 0.13% | 0.38% | - |
| HSV(B) | 20.77º | 0.24% | 0.43% | - |
| XYZ | 11.94 | 11.78 | 10.03 | - |
| YUV | 97.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 84 | 0 | 0.15 | 0.24 | 0.57 | 20.77 | 0.13 | 0.38 |
| Hex | 6E | 5D | 54 | 0 | F | 18 | 39 | 15 | D | 26 |
| Octal | 156 | 135 | 124 | 0 | 17 | 30 | 71 | 25 | 15 | 46 |
| Binary | 1101110 | 1011101 | 1010100 | 0 | 1111 | 11000 | 111001 | 10101 | 1101 | 100110 |
Color Harmonies of #6E5D54
Complementary color
Monochromatic Colors of #6E5D54
Black with #6E5D54
Text Example
Text Example
White with #6E5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D54; }
p { color: rgb(110,93,84); }
H1.HeaderClassName
{
color: #6E5D54;
}
.AnyTagClassName
{
color: #6E5D54;
}
</style>
background-color css
<style>
a { background-color: #6E5D54; }
a { background-color: rgb(110,93,84); }
div.DivClassName
{
background-color: #6E5D54;
}
.BgClassName
{
background-color: #6E5D54;
}
</style>
border-color css
<style>
span { border-color: #6E5D54; }
span { border-color: rgb(110,93,84); }
td.TdClassName
{
border-color: #6E5D54;
}
.TagClassName
{
border-color: #6E5D54;
}
</style>