Shades of Dorado #665C59
Tints of Dorado #665C59
RGB
CMYK
RGB Variations
Color information
#665C59 (or 0x665C59) is known color: Dorado. HEX triplet: 66, 5C and 59. RGB value is (102,92,89). Sum of RGB (Red+Green+Blue) = 102+92+89=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #665C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C59 is #99A3A6. Grayscale: #5E5E5E. Windows color (decimal): -10068903 or 5856358. OLE color: 5856358.
HSL color Cylindrical-coordinate representation of color #665C59: hue angle of 13.85º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #665C59 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 89 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.6 |
| HSL | 13.85º | 0.07% | 0.37% | - |
| HSV(B) | 13.85º | 0.13% | 0.4% | - |
| XYZ | 11.11 | 11.2 | 11.03 | - |
| YUV | 94.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 89 | 0 | 0.10 | 0.13 | 0.6 | 13.85 | 0.07 | 0.37 |
| Hex | 66 | 5C | 59 | 0 | A | D | 3C | E | 7 | 25 |
| Octal | 146 | 134 | 131 | 0 | 12 | 15 | 74 | 16 | 7 | 45 |
| Binary | 1100110 | 1011100 | 1011001 | 0 | 1010 | 1101 | 111100 | 1110 | 111 | 100101 |
Color Harmonies of #665C59
Complementary color
Monochromatic Colors of #665C59
Black with #665C59
Text Example
Text Example
White with #665C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C59; }
p { color: rgb(102,92,89); }
H1.HeaderClassName
{
color: #665C59;
}
.AnyTagClassName
{
color: #665C59;
}
</style>
background-color css
<style>
a { background-color: #665C59; }
a { background-color: rgb(102,92,89); }
div.DivClassName
{
background-color: #665C59;
}
.BgClassName
{
background-color: #665C59;
}
</style>
border-color css
<style>
span { border-color: #665C59; }
span { border-color: rgb(102,92,89); }
td.TdClassName
{
border-color: #665C59;
}
.TagClassName
{
border-color: #665C59;
}
</style>