Shades of Dorado #6D594F
Tints of Dorado #6D594F
RGB
CMYK
RGB Variations
Color information
#6D594F (or 0x6D594F) is known color: Dorado. HEX triplet: 6D, 59 and 4F. RGB value is (109,89,79). Sum of RGB (Red+Green+Blue) = 109+89+79=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D594F is #92A6B0. Grayscale: #5D5D5D. Windows color (decimal): -9610929 or 5200237. OLE color: 5200237.
HSL color Cylindrical-coordinate representation of color #6D594F: hue angle of 20º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D594F is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 89 | 79 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.57 |
| HSL | 20º | 0.16% | 0.37% | - |
| HSV(B) | 20º | 0.28% | 0.43% | - |
| XYZ | 11.29 | 10.96 | 8.92 | - |
| YUV | 93.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 79 | 0 | 0.18 | 0.28 | 0.57 | 20 | 0.16 | 0.37 |
| Hex | 6D | 59 | 4F | 0 | 12 | 1C | 39 | 14 | 10 | 25 |
| Octal | 155 | 131 | 117 | 0 | 22 | 34 | 71 | 24 | 20 | 45 |
| Binary | 1101101 | 1011001 | 1001111 | 0 | 10010 | 11100 | 111001 | 10100 | 10000 | 100101 |
Color Harmonies of #6D594F
Complementary color
Monochromatic Colors of #6D594F
Black with #6D594F
Text Example
Text Example
White with #6D594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D594F; }
p { color: rgb(109,89,79); }
H1.HeaderClassName
{
color: #6D594F;
}
.AnyTagClassName
{
color: #6D594F;
}
</style>
background-color css
<style>
a { background-color: #6D594F; }
a { background-color: rgb(109,89,79); }
div.DivClassName
{
background-color: #6D594F;
}
.BgClassName
{
background-color: #6D594F;
}
</style>
border-color css
<style>
span { border-color: #6D594F; }
span { border-color: rgb(109,89,79); }
td.TdClassName
{
border-color: #6D594F;
}
.TagClassName
{
border-color: #6D594F;
}
</style>