Shades of Dorado #6D5D55
Tints of Dorado #6D5D55
RGB
CMYK
RGB Variations
Color information
#6D5D55 (or 0x6D5D55) is known color: Dorado. HEX triplet: 6D, 5D and 55. RGB value is (109,93,85). Sum of RGB (Red+Green+Blue) = 109+93+85=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5D55 is #92A2AA. Grayscale: #606060. Windows color (decimal): -9609899 or 5594477. OLE color: 5594477.
HSL color Cylindrical-coordinate representation of color #6D5D55: hue angle of 20º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D5D55 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 93 | 85 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.57 |
| HSL | 20º | 0.12% | 0.38% | - |
| HSV(B) | 20º | 0.22% | 0.43% | - |
| XYZ | 11.86 | 11.74 | 10.23 | - |
| YUV | 96.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 85 | 0 | 0.15 | 0.22 | 0.57 | 20 | 0.12 | 0.38 |
| Hex | 6D | 5D | 55 | 0 | F | 16 | 39 | 14 | C | 26 |
| Octal | 155 | 135 | 125 | 0 | 17 | 26 | 71 | 24 | 14 | 46 |
| Binary | 1101101 | 1011101 | 1010101 | 0 | 1111 | 10110 | 111001 | 10100 | 1100 | 100110 |
Color Harmonies of #6D5D55
Complementary color
Monochromatic Colors of #6D5D55
Black with #6D5D55
Text Example
Text Example
White with #6D5D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5D55; }
p { color: rgb(109,93,85); }
H1.HeaderClassName
{
color: #6D5D55;
}
.AnyTagClassName
{
color: #6D5D55;
}
</style>
background-color css
<style>
a { background-color: #6D5D55; }
a { background-color: rgb(109,93,85); }
div.DivClassName
{
background-color: #6D5D55;
}
.BgClassName
{
background-color: #6D5D55;
}
</style>
border-color css
<style>
span { border-color: #6D5D55; }
span { border-color: rgb(109,93,85); }
td.TdClassName
{
border-color: #6D5D55;
}
.TagClassName
{
border-color: #6D5D55;
}
</style>