Shades of Dorado #6A6765
Tints of Dorado #6A6765
RGB
CMYK
RGB Variations
Color information
#6A6765 (or 0x6A6765) is known color: Dorado. HEX triplet: 6A, 67 and 65. RGB value is (106,103,101). Sum of RGB (Red+Green+Blue) = 106+103+101=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6765 is #95989A. Grayscale: #676767. Windows color (decimal): -9803931 or 6645610. OLE color: 6645610.
HSL color Cylindrical-coordinate representation of color #6A6765: hue angle of 24º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6A6765 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 103 | 101 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.58 |
| HSL | 24º | 0.02% | 0.41% | - |
| HSV(B) | 24º | 0.05% | 0.42% | - |
| XYZ | 13.14 | 13.7 | 14.26 | - |
| YUV | 103.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 103 | 101 | 0 | 0.03 | 0.05 | 0.58 | 24 | 0.02 | 0.41 |
| Hex | 6A | 67 | 65 | 0 | 3 | 5 | 3A | 18 | 2 | 29 |
| Octal | 152 | 147 | 145 | 0 | 3 | 5 | 72 | 30 | 2 | 51 |
| Binary | 1101010 | 1100111 | 1100101 | 0 | 11 | 101 | 111010 | 11000 | 10 | 101001 |
Color Harmonies of #6A6765
Complementary color
Monochromatic Colors of #6A6765
Black with #6A6765
Text Example
Text Example
White with #6A6765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6765; }
p { color: rgb(106,103,101); }
H1.HeaderClassName
{
color: #6A6765;
}
.AnyTagClassName
{
color: #6A6765;
}
</style>
background-color css
<style>
a { background-color: #6A6765; }
a { background-color: rgb(106,103,101); }
div.DivClassName
{
background-color: #6A6765;
}
.BgClassName
{
background-color: #6A6765;
}
</style>
border-color css
<style>
span { border-color: #6A6765; }
span { border-color: rgb(106,103,101); }
td.TdClassName
{
border-color: #6A6765;
}
.TagClassName
{
border-color: #6A6765;
}
</style>