Shades of Dorado #6D5A54
Tints of Dorado #6D5A54
RGB
CMYK
RGB Variations
Color information
#6D5A54 (or 0x6D5A54) is known color: Dorado. HEX triplet: 6D, 5A and 54. RGB value is (109,90,84). Sum of RGB (Red+Green+Blue) = 109+90+84=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5A54 is #92A5AB. Grayscale: #5F5F5F. Windows color (decimal): -9610668 or 5528173. OLE color: 5528173.
HSL color Cylindrical-coordinate representation of color #6D5A54: hue angle of 14.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D5A54 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 90 | 84 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.57 |
| HSL | 14.4º | 0.13% | 0.38% | - |
| HSV(B) | 14.4º | 0.23% | 0.43% | - |
| XYZ | 11.56 | 11.2 | 9.94 | - |
| YUV | 95 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 90 | 84 | 0 | 0.17 | 0.23 | 0.57 | 14.4 | 0.13 | 0.38 |
| Hex | 6D | 5A | 54 | 0 | 11 | 17 | 39 | E | D | 26 |
| Octal | 155 | 132 | 124 | 0 | 21 | 27 | 71 | 16 | 15 | 46 |
| Binary | 1101101 | 1011010 | 1010100 | 0 | 10001 | 10111 | 111001 | 1110 | 1101 | 100110 |
Color Harmonies of #6D5A54
Complementary color
Monochromatic Colors of #6D5A54
Black with #6D5A54
Text Example
Text Example
White with #6D5A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5A54; }
p { color: rgb(109,90,84); }
H1.HeaderClassName
{
color: #6D5A54;
}
.AnyTagClassName
{
color: #6D5A54;
}
</style>
background-color css
<style>
a { background-color: #6D5A54; }
a { background-color: rgb(109,90,84); }
div.DivClassName
{
background-color: #6D5A54;
}
.BgClassName
{
background-color: #6D5A54;
}
</style>
border-color css
<style>
span { border-color: #6D5A54; }
span { border-color: rgb(109,90,84); }
td.TdClassName
{
border-color: #6D5A54;
}
.TagClassName
{
border-color: #6D5A54;
}
</style>