Shades of Dorado #6D6561
Tints of Dorado #6D6561
RGB
CMYK
RGB Variations
Color information
#6D6561 (or 0x6D6561) is known color: Dorado. HEX triplet: 6D, 65 and 61. RGB value is (109,101,97). Sum of RGB (Red+Green+Blue) = 109+101+97=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6561 is #929A9E. Grayscale: #666666. Windows color (decimal): -9607839 or 6382957. OLE color: 6382957.
HSL color Cylindrical-coordinate representation of color #6D6561: hue angle of 20º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D6561 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 97 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.57 |
| HSL | 20º | 0.06% | 0.4% | - |
| HSV(B) | 20º | 0.11% | 0.43% | - |
| XYZ | 13.12 | 13.42 | 13.21 | - |
| YUV | 102.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 97 | 0 | 0.07 | 0.11 | 0.57 | 20 | 0.06 | 0.4 |
| Hex | 6D | 65 | 61 | 0 | 7 | B | 39 | 14 | 6 | 28 |
| Octal | 155 | 145 | 141 | 0 | 7 | 13 | 71 | 24 | 6 | 50 |
| Binary | 1101101 | 1100101 | 1100001 | 0 | 111 | 1011 | 111001 | 10100 | 110 | 101000 |
Color Harmonies of #6D6561
Complementary color
Monochromatic Colors of #6D6561
Black with #6D6561
Text Example
Text Example
White with #6D6561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6561; }
p { color: rgb(109,101,97); }
H1.HeaderClassName
{
color: #6D6561;
}
.AnyTagClassName
{
color: #6D6561;
}
</style>
background-color css
<style>
a { background-color: #6D6561; }
a { background-color: rgb(109,101,97); }
div.DivClassName
{
background-color: #6D6561;
}
.BgClassName
{
background-color: #6D6561;
}
</style>
border-color css
<style>
span { border-color: #6D6561; }
span { border-color: rgb(109,101,97); }
td.TdClassName
{
border-color: #6D6561;
}
.TagClassName
{
border-color: #6D6561;
}
</style>