Shades of Dorado #6D574F
Tints of Dorado #6D574F
RGB
CMYK
RGB Variations
Color information
#6D574F (or 0x6D574F) is known color: Dorado. HEX triplet: 6D, 57 and 4F. RGB value is (109,87,79). Sum of RGB (Red+Green+Blue) = 109+87+79=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 109 - color contains mainly: red. Hex color #6D574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D574F is #92A8B0. Grayscale: #5C5C5C. Windows color (decimal): -9611441 or 5199725. OLE color: 5199725.
HSL color Cylindrical-coordinate representation of color #6D574F: hue angle of 16º 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 #6D574F is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 79 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.57 |
| HSL | 16º | 0.16% | 0.37% | - |
| HSV(B) | 16º | 0.28% | 0.43% | - |
| XYZ | 11.13 | 10.63 | 8.86 | - |
| YUV | 92.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 79 | 0 | 0.20 | 0.28 | 0.57 | 16 | 0.16 | 0.37 |
| Hex | 6D | 57 | 4F | 0 | 14 | 1C | 39 | 10 | 10 | 25 |
| Octal | 155 | 127 | 117 | 0 | 24 | 34 | 71 | 20 | 20 | 45 |
| Binary | 1101101 | 1010111 | 1001111 | 0 | 10100 | 11100 | 111001 | 10000 | 10000 | 100101 |
Color Harmonies of #6D574F
Complementary color
Monochromatic Colors of #6D574F
Black with #6D574F
Text Example
Text Example
White with #6D574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D574F; }
p { color: rgb(109,87,79); }
H1.HeaderClassName
{
color: #6D574F;
}
.AnyTagClassName
{
color: #6D574F;
}
</style>
background-color css
<style>
a { background-color: #6D574F; }
a { background-color: rgb(109,87,79); }
div.DivClassName
{
background-color: #6D574F;
}
.BgClassName
{
background-color: #6D574F;
}
</style>
border-color css
<style>
span { border-color: #6D574F; }
span { border-color: rgb(109,87,79); }
td.TdClassName
{
border-color: #6D574F;
}
.TagClassName
{
border-color: #6D574F;
}
</style>