Shades of Dorado #6A5A55
Tints of Dorado #6A5A55
RGB
CMYK
RGB Variations
Color information
#6A5A55 (or 0x6A5A55) is known color: Dorado. HEX triplet: 6A, 5A and 55. RGB value is (106,90,85). Sum of RGB (Red+Green+Blue) = 106+90+85=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5A55 is #95A5AA. Grayscale: #5E5E5E. Windows color (decimal): -9807275 or 5593706. OLE color: 5593706.
HSL color Cylindrical-coordinate representation of color #6A5A55: hue angle of 14.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A5A55 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 90 | 85 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.58 |
| HSL | 14.29º | 0.11% | 0.37% | - |
| HSV(B) | 14.29º | 0.2% | 0.42% | - |
| XYZ | 11.24 | 11.03 | 10.13 | - |
| YUV | 94.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 85 | 0 | 0.15 | 0.20 | 0.58 | 14.29 | 0.11 | 0.37 |
| Hex | 6A | 5A | 55 | 0 | F | 14 | 3A | E | B | 25 |
| Octal | 152 | 132 | 125 | 0 | 17 | 24 | 72 | 16 | 13 | 45 |
| Binary | 1101010 | 1011010 | 1010101 | 0 | 1111 | 10100 | 111010 | 1110 | 1011 | 100101 |
Color Harmonies of #6A5A55
Complementary color
Monochromatic Colors of #6A5A55
Black with #6A5A55
Text Example
Text Example
White with #6A5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5A55; }
p { color: rgb(106,90,85); }
H1.HeaderClassName
{
color: #6A5A55;
}
.AnyTagClassName
{
color: #6A5A55;
}
</style>
background-color css
<style>
a { background-color: #6A5A55; }
a { background-color: rgb(106,90,85); }
div.DivClassName
{
background-color: #6A5A55;
}
.BgClassName
{
background-color: #6A5A55;
}
</style>
border-color css
<style>
span { border-color: #6A5A55; }
span { border-color: rgb(106,90,85); }
td.TdClassName
{
border-color: #6A5A55;
}
.TagClassName
{
border-color: #6A5A55;
}
</style>