Shades of Dorado #6D615A
Tints of Dorado #6D615A
RGB
CMYK
RGB Variations
Color information
#6D615A (or 0x6D615A) is known color: Dorado. HEX triplet: 6D, 61 and 5A. RGB value is (109,97,90). Sum of RGB (Red+Green+Blue) = 109+97+90=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 109 - color contains mainly: red. Hex color #6D615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D615A is #929EA5. Grayscale: #636363. Windows color (decimal): -9608870 or 5923181. OLE color: 5923181.
HSL color Cylindrical-coordinate representation of color #6D615A: hue angle of 22.11º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D615A is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 97 | 90 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.57 |
| HSL | 22.11º | 0.1% | 0.39% | - |
| HSV(B) | 22.11º | 0.17% | 0.43% | - |
| XYZ | 12.43 | 12.54 | 11.44 | - |
| YUV | 99.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 97 | 90 | 0 | 0.11 | 0.17 | 0.57 | 22.11 | 0.1 | 0.39 |
| Hex | 6D | 61 | 5A | 0 | B | 11 | 39 | 16 | A | 27 |
| Octal | 155 | 141 | 132 | 0 | 13 | 21 | 71 | 26 | 12 | 47 |
| Binary | 1101101 | 1100001 | 1011010 | 0 | 1011 | 10001 | 111001 | 10110 | 1010 | 100111 |
Color Harmonies of #6D615A
Complementary color
Monochromatic Colors of #6D615A
Black with #6D615A
Text Example
Text Example
White with #6D615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D615A; }
p { color: rgb(109,97,90); }
H1.HeaderClassName
{
color: #6D615A;
}
.AnyTagClassName
{
color: #6D615A;
}
</style>
background-color css
<style>
a { background-color: #6D615A; }
a { background-color: rgb(109,97,90); }
div.DivClassName
{
background-color: #6D615A;
}
.BgClassName
{
background-color: #6D615A;
}
</style>
border-color css
<style>
span { border-color: #6D615A; }
span { border-color: rgb(109,97,90); }
td.TdClassName
{
border-color: #6D615A;
}
.TagClassName
{
border-color: #6D615A;
}
</style>