Shades of Dorado #665A55
Tints of Dorado #665A55
RGB
CMYK
RGB Variations
Color information
#665A55 (or 0x665A55) is known color: Dorado. HEX triplet: 66, 5A and 55. RGB value is (102,90,85). Sum of RGB (Red+Green+Blue) = 102+90+85=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #665A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A55 is #99A5AA. Grayscale: #5D5D5D. Windows color (decimal): -10069419 or 5593702. OLE color: 5593702.
HSL color Cylindrical-coordinate representation of color #665A55: hue angle of 17.65º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #665A55 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 85 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.6 |
| HSL | 17.65º | 0.09% | 0.37% | - |
| HSV(B) | 17.65º | 0.17% | 0.4% | - |
| XYZ | 10.78 | 10.79 | 10.11 | - |
| YUV | 93.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 85 | 0 | 0.12 | 0.17 | 0.6 | 17.65 | 0.09 | 0.37 |
| Hex | 66 | 5A | 55 | 0 | C | 11 | 3C | 12 | 9 | 25 |
| Octal | 146 | 132 | 125 | 0 | 14 | 21 | 74 | 22 | 11 | 45 |
| Binary | 1100110 | 1011010 | 1010101 | 0 | 1100 | 10001 | 111100 | 10010 | 1001 | 100101 |
Color Harmonies of #665A55
Complementary color
Monochromatic Colors of #665A55
Black with #665A55
Text Example
Text Example
White with #665A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A55; }
p { color: rgb(102,90,85); }
H1.HeaderClassName
{
color: #665A55;
}
.AnyTagClassName
{
color: #665A55;
}
</style>
background-color css
<style>
a { background-color: #665A55; }
a { background-color: rgb(102,90,85); }
div.DivClassName
{
background-color: #665A55;
}
.BgClassName
{
background-color: #665A55;
}
</style>
border-color css
<style>
span { border-color: #665A55; }
span { border-color: rgb(102,90,85); }
td.TdClassName
{
border-color: #665A55;
}
.TagClassName
{
border-color: #665A55;
}
</style>