Shades of Dorado #6A5A54
Tints of Dorado #6A5A54
RGB
CMYK
RGB Variations
Color information
#6A5A54 (or 0x6A5A54) is known color: Dorado. HEX triplet: 6A, 5A and 54. RGB value is (106,90,84). Sum of RGB (Red+Green+Blue) = 106+90+84=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5A54 is #95A5AB. Grayscale: #5E5E5E. Windows color (decimal): -9807276 or 5528170. OLE color: 5528170.
HSL color Cylindrical-coordinate representation of color #6A5A54: hue angle of 16.36º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A5A54 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 90 | 84 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.58 |
| HSL | 16.36º | 0.12% | 0.37% | - |
| HSV(B) | 16.36º | 0.21% | 0.42% | - |
| XYZ | 11.2 | 11.02 | 9.92 | - |
| YUV | 94.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 84 | 0 | 0.15 | 0.21 | 0.58 | 16.36 | 0.12 | 0.37 |
| Hex | 6A | 5A | 54 | 0 | F | 15 | 3A | 10 | C | 25 |
| Octal | 152 | 132 | 124 | 0 | 17 | 25 | 72 | 20 | 14 | 45 |
| Binary | 1101010 | 1011010 | 1010100 | 0 | 1111 | 10101 | 111010 | 10000 | 1100 | 100101 |
Color Harmonies of #6A5A54
Complementary color
Monochromatic Colors of #6A5A54
Black with #6A5A54
Text Example
Text Example
White with #6A5A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5A54; }
p { color: rgb(106,90,84); }
H1.HeaderClassName
{
color: #6A5A54;
}
.AnyTagClassName
{
color: #6A5A54;
}
</style>
background-color css
<style>
a { background-color: #6A5A54; }
a { background-color: rgb(106,90,84); }
div.DivClassName
{
background-color: #6A5A54;
}
.BgClassName
{
background-color: #6A5A54;
}
</style>
border-color css
<style>
span { border-color: #6A5A54; }
span { border-color: rgb(106,90,84); }
td.TdClassName
{
border-color: #6A5A54;
}
.TagClassName
{
border-color: #6A5A54;
}
</style>