Shades of Dorado #6A615E
Tints of Dorado #6A615E
RGB
CMYK
RGB Variations
Color information
#6A615E (or 0x6A615E) is known color: Dorado. HEX triplet: 6A, 61 and 5E. RGB value is (106,97,94). Sum of RGB (Red+Green+Blue) = 106+97+94=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 106 - color contains mainly: red. Hex color #6A615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A615E is #959EA1. Grayscale: #636363. Windows color (decimal): -9805474 or 6185322. OLE color: 6185322.
HSL color Cylindrical-coordinate representation of color #6A615E: hue angle of 15º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6A615E is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 97 | 94 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.58 |
| HSL | 15º | 0.06% | 0.39% | - |
| HSV(B) | 15º | 0.11% | 0.42% | - |
| XYZ | 12.24 | 12.42 | 12.34 | - |
| YUV | 99.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 97 | 94 | 0 | 0.08 | 0.11 | 0.58 | 15 | 0.06 | 0.39 |
| Hex | 6A | 61 | 5E | 0 | 8 | B | 3A | F | 6 | 27 |
| Octal | 152 | 141 | 136 | 0 | 10 | 13 | 72 | 17 | 6 | 47 |
| Binary | 1101010 | 1100001 | 1011110 | 0 | 1000 | 1011 | 111010 | 1111 | 110 | 100111 |
Color Harmonies of #6A615E
Complementary color
Monochromatic Colors of #6A615E
Black with #6A615E
Text Example
Text Example
White with #6A615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A615E; }
p { color: rgb(106,97,94); }
H1.HeaderClassName
{
color: #6A615E;
}
.AnyTagClassName
{
color: #6A615E;
}
</style>
background-color css
<style>
a { background-color: #6A615E; }
a { background-color: rgb(106,97,94); }
div.DivClassName
{
background-color: #6A615E;
}
.BgClassName
{
background-color: #6A615E;
}
</style>
border-color css
<style>
span { border-color: #6A615E; }
span { border-color: rgb(106,97,94); }
td.TdClassName
{
border-color: #6A615E;
}
.TagClassName
{
border-color: #6A615E;
}
</style>