Shades of Dorado #6D5850
Tints of Dorado #6D5850
RGB
CMYK
RGB Variations
Color information
#6D5850 (or 0x6D5850) is known color: Dorado. HEX triplet: 6D, 58 and 50. RGB value is (109,88,80). Sum of RGB (Red+Green+Blue) = 109+88+80=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5850 is #92A7AF. Grayscale: #5D5D5D. Windows color (decimal): -9611184 or 5265517. OLE color: 5265517.
HSL color Cylindrical-coordinate representation of color #6D5850: hue angle of 16.55º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D5850 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 88 | 80 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.57 |
| HSL | 16.55º | 0.15% | 0.37% | - |
| HSV(B) | 16.55º | 0.27% | 0.43% | - |
| XYZ | 11.24 | 10.81 | 9.08 | - |
| YUV | 93.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 88 | 80 | 0 | 0.19 | 0.27 | 0.57 | 16.55 | 0.15 | 0.37 |
| Hex | 6D | 58 | 50 | 0 | 13 | 1B | 39 | 11 | F | 25 |
| Octal | 155 | 130 | 120 | 0 | 23 | 33 | 71 | 21 | 17 | 45 |
| Binary | 1101101 | 1011000 | 1010000 | 0 | 10011 | 11011 | 111001 | 10001 | 1111 | 100101 |
Color Harmonies of #6D5850
Complementary color
Monochromatic Colors of #6D5850
Black with #6D5850
Text Example
Text Example
White with #6D5850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5850; }
p { color: rgb(109,88,80); }
H1.HeaderClassName
{
color: #6D5850;
}
.AnyTagClassName
{
color: #6D5850;
}
</style>
background-color css
<style>
a { background-color: #6D5850; }
a { background-color: rgb(109,88,80); }
div.DivClassName
{
background-color: #6D5850;
}
.BgClassName
{
background-color: #6D5850;
}
</style>
border-color css
<style>
span { border-color: #6D5850; }
span { border-color: rgb(109,88,80); }
td.TdClassName
{
border-color: #6D5850;
}
.TagClassName
{
border-color: #6D5850;
}
</style>