Shades of Dorado #6A615C
Tints of Dorado #6A615C
RGB
CMYK
RGB Variations
Color information
#6A615C (or 0x6A615C) is known color: Dorado. HEX triplet: 6A, 61 and 5C. RGB value is (106,97,92). Sum of RGB (Red+Green+Blue) = 106+97+92=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 106 - color contains mainly: red. Hex color #6A615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A615C is #959EA3. Grayscale: #636363. Windows color (decimal): -9805476 or 6054250. OLE color: 6054250.
HSL color Cylindrical-coordinate representation of color #6A615C: hue angle of 21.43º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6A615C is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 97 | 92 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.58 |
| HSL | 21.43º | 0.07% | 0.39% | - |
| HSV(B) | 21.43º | 0.13% | 0.42% | - |
| XYZ | 12.15 | 12.39 | 11.88 | - |
| YUV | 99.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 97 | 92 | 0 | 0.08 | 0.13 | 0.58 | 21.43 | 0.07 | 0.39 |
| Hex | 6A | 61 | 5C | 0 | 8 | D | 3A | 15 | 7 | 27 |
| Octal | 152 | 141 | 134 | 0 | 10 | 15 | 72 | 25 | 7 | 47 |
| Binary | 1101010 | 1100001 | 1011100 | 0 | 1000 | 1101 | 111010 | 10101 | 111 | 100111 |
Color Harmonies of #6A615C
Complementary color
Monochromatic Colors of #6A615C
Black with #6A615C
Text Example
Text Example
White with #6A615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A615C; }
p { color: rgb(106,97,92); }
H1.HeaderClassName
{
color: #6A615C;
}
.AnyTagClassName
{
color: #6A615C;
}
</style>
background-color css
<style>
a { background-color: #6A615C; }
a { background-color: rgb(106,97,92); }
div.DivClassName
{
background-color: #6A615C;
}
.BgClassName
{
background-color: #6A615C;
}
</style>
border-color css
<style>
span { border-color: #6A615C; }
span { border-color: rgb(106,97,92); }
td.TdClassName
{
border-color: #6A615C;
}
.TagClassName
{
border-color: #6A615C;
}
</style>