Shades of Dorado #6D584E
Tints of Dorado #6D584E
RGB
CMYK
RGB Variations
Color information
#6D584E (or 0x6D584E) is known color: Dorado. HEX triplet: 6D, 58 and 4E. RGB value is (109,88,78). Sum of RGB (Red+Green+Blue) = 109+88+78=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 109 - color contains mainly: red. Hex color #6D584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D584E is #92A7B1. Grayscale: #5D5D5D. Windows color (decimal): -9611186 or 5134445. OLE color: 5134445.
HSL color Cylindrical-coordinate representation of color #6D584E: hue angle of 19.35º degrees, saturation: 0.17, 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 #6D584E is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 88 | 78 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.57 |
| HSL | 19.35º | 0.17% | 0.37% | - |
| HSV(B) | 19.35º | 0.28% | 0.43% | - |
| XYZ | 11.17 | 10.78 | 8.7 | - |
| YUV | 93.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 88 | 78 | 0 | 0.19 | 0.28 | 0.57 | 19.35 | 0.17 | 0.37 |
| Hex | 6D | 58 | 4E | 0 | 13 | 1C | 39 | 13 | 11 | 25 |
| Octal | 155 | 130 | 116 | 0 | 23 | 34 | 71 | 23 | 21 | 45 |
| Binary | 1101101 | 1011000 | 1001110 | 0 | 10011 | 11100 | 111001 | 10011 | 10001 | 100101 |
Color Harmonies of #6D584E
Complementary color
Monochromatic Colors of #6D584E
Black with #6D584E
Text Example
Text Example
White with #6D584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D584E; }
p { color: rgb(109,88,78); }
H1.HeaderClassName
{
color: #6D584E;
}
.AnyTagClassName
{
color: #6D584E;
}
</style>
background-color css
<style>
a { background-color: #6D584E; }
a { background-color: rgb(109,88,78); }
div.DivClassName
{
background-color: #6D584E;
}
.BgClassName
{
background-color: #6D584E;
}
</style>
border-color css
<style>
span { border-color: #6D584E; }
span { border-color: rgb(109,88,78); }
td.TdClassName
{
border-color: #6D584E;
}
.TagClassName
{
border-color: #6D584E;
}
</style>